﻿@charset "UTF-8";

/* Reset with bootstrap */
html {
	font-size: 18px
}

body, p, h1, h2, h3, span, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0
}

body, input, textarea, select, button, table {
	font-family: "microsoft yahei"
}

body {
	color: #111;
	line-height: 1.5;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: inherit
}

a, button, input, textarea {
	transition: border-color .15s ease-in-out,background .15s ease-in-out,color .15s ease-in-out,opacity .15s ease-in-out,transform .15s ease-in-out,box-shadow .4s
}

li {
	list-style: none
}

address, em {
	font-style: normal
}

p {
	word-break: break-all;
	word-wrap: break-word;
}

label {
	cursor: pointer
}

table {
	width: 100%
}

textarea {
	resize: none
}

strong, b {
	font-weight: bold;
}

br {
	font-family: arial
}

input:focus, button:focus, *:focus {
	outline: 0;
}

.no-data {
	color: #646464;
	text-align: center;
	font-size: 16px;
}

.no-padding {
	padding: 0px;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/preloader.svg);
}

.preloader-close {
	position: fixed;
	z-index: 999999;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	right: 0;
	bottom: 0;
	font-weight: 600;
}

.loader-wrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

	.loader-wrap .layer-one {
		position: absolute;
		left: 0%;
		top: 0;
		width: 33.3333%;
		height: 100%;
		overflow: hidden;
	}

	.loader-wrap .layer-two {
		position: absolute;
		left: 33.3333%;
		top: 0;
		width: 33.3333%;
		height: 100%;
		overflow: hidden;
	}

	.loader-wrap .layer-three {
		position: absolute;
		left: 66.6666%;
		top: 0;
		width: 33.3333%;
		height: 100%;
		overflow: hidden;
	}

	.loader-wrap .layer .overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #111;
	}


/* ====== public page start ======= */
.pageNav {
	text-align: center;
	height: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #666;
}

	.pageNav font, .pageNav span, .pageNav a {
		display: inline-block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		font-size: 15px;
		border: 1px solid #fff;
		color: #363636;
		background: #f7f7f7;
	}

		.pageNav font.current, .pageNav span.current {
			background: #e60012;
			color: #fff;
		}

		.pageNav font.disabled, .pageNav span.disabled {
			color: #adaaad;
		}

		.pageNav a, .pageNav a:link, .pageNav a:visited {
			font-size: 15px;
			border: 1px solid #fff;
			color: #333;
			white-space: nowrap;
			background-color: #e5e5e5;
		}

			.pageNav a:hover {
				background-color: #e60012;
				color: #fff;
			}

			.pageNav a.current {
				background: #f7f7f7;
				color: #fff;
			}

			.pageNav a.disabled {
				color: #adaaad;
			}

	.pageNav .page-arrow {
		font-family: simsun;
	}

/* Helper Classes */
.skip {
	z-index: 200;
	background: #000;
	text-align: center;
	color: #fff
}

	.skip:active, .skip:focus {
		position: absolute;
		padding: .5rem;
		color: #fff
	}

.no-style {
	background: none;
	border: 0
}

.d-flex-space {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.hr {
	border-top-color: #E5E5E5;
	margin-top: 3.333rem;
	margin-bottom: 3.333rem
}

/* Grid */

/* Icon */
[class^=icon-] {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	vertical-align: top;
	text-indent: -1000em;
	background-size: 100% auto
}

/* Typography */
/* 60,56,48 // 40,36,32,28,24,20 // 18, 14 */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.5;
	font-weight: 700;
}

.display-1, .display-2, .display-3 {
	font-weight: 500;
	line-height: 1.2
}

.display-1 {
	font-size: 3.333rem
}

.display-2 {
	font-size: 43px;
	font-weight: bold;
}

.display-3 {
	font-size: 2.667rem
}

.h1 {
	font-size: 2.222rem
}

.h2 {
	font-size: 2rem
}

.h3, .content-title {
	font-size: 1.778rem
}

.h4 {
	font-size: 1.556rem
}

.h5 {
	font-size: 1.333rem
}

.h6 {
	font-size: 18px;
}

.sm {
	font-size: .778rem
}

.font-weight-medium {
	font-weight: 500 !important
}

[class*=txt-line] {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 24px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

.font-mont {
	font-family: 'Montserrat', arial;
	letter-spacing: 0
}

/* Theme */
.text-primary {
	color: #646464 !important;
	font-weight: initial;
}

	.text-primary i {
		padding-right: 8px;
	}

.text-secondary {
	color: #004B9E !important
}

.text-body {
	color: #111 !important
}

.text-dark {
	color: #666 !important
}

.text-muted {
	color: #999 !important
}

.bg-primary {
	background: #004B9E !important
}

.bg-secondary {
	background: #e60012 !important
}

.bg-dark {
	background: #22272E !important
}

/* Form */
.form-control {
	height: 2.778rem;
	border: 1px solid #DCDCDC;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 16px
}

	.form-control::-ms-expand {
		display: none
	}

select.form-control {
	padding-right: 2rem;
	background: #fff url(../img/select.svg) no-repeat center right 1.111rem/.444rem auto
}

.form-text {
	font-size: .778rem;
	color: #999
}

.form-control:disabled, .form-control[readonly] {
	background: #F6F6F6
}

.custom-control, .custom-control-label {
	display: inline-block;
	vertical-align: top;
	margin: 0
}

	.custom-control-label::before {
		top: .1rem
	}

.custom-radio .custom-control-label::after {
	display: none
}

.custom-radio .custom-control-label::before {
	box-shadow: none !important;
	border: 2px solid #111
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background: url(../img/radio_on.svg) no-repeat 0 0/100% auto;
	border: 0
}

.custom-checkbox {
	padding: .125em 0 0 2.375em;
	min-height: 1.75em;
	font-size: .889rem
}

	.custom-checkbox .custom-control-label {
		font-weight: 700;
		line-height: 1.5em;
		text-align: left
	}

		.custom-checkbox .custom-control-label::before,
		.custom-checkbox .custom-control-label::after {
			width: 1.75em;
			height: 1.75em;
			left: -2.375em;
			top: -.125em;
			border: 0;
			border-radius: 100%
		}

		.custom-checkbox .custom-control-label::before {
			background: #dcdcdc
		}

		.custom-checkbox .custom-control-label::after {
			background: url(../img/check.svg) no-repeat 50% 50%/.813em auto !important
		}

	.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
		background: #e60012
	}

.attach-file {
	display: flex;
	align-items: center;
	font-size: .889rem;
	line-height: 1.5rem
}

.icon-del {
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(../img/del.svg);
	background-size: .556rem auto
}

.input-group-prepend, .input-group-append {
	padding: 0 .556rem;
	font-size: .889rem
}

.custom-control-inline:not(:last-child) {
	margin-right: 1rem
}

.form-group .custom-control {
	margin-top: .639rem
}

/* Button */
.btn {
	padding: .889em;
	box-shadow: none !important;
	border-radius: 0;
	font-size: 1rem
}

.btn-sm {
	font-size: .833rem;
	padding: .444rem 1rem
}

.btn-outline-primary {
	border-color: #004B9E !important;
	background: rgba(0,75,158,.05) !important;
	color: #004B9E !important
}

.btn-outline-white {
	border-color: #fff !important;
	color: #fff !important
}

	.btn-outline-white:hover {
		background: rgba(0,0,0,.1) !important
	}

.btn-outline-secondary {
	border-color: #ccc !important;
	background: #f6f6f6 !important;
	color: #999 !important
}

.btn-round {
	border-radius: 2rem
}

.btn-primary {
	background: #e60012;
	border-color: #e60012
}

.btn-secondary {
	background: #ccc;
	border-color: #ccc
}

.btn-file {
	width: 10rem;
	padding: .556rem;
	margin-bottom: 1.111rem
}

/* List */
.list-dash > li, .list-bull > li {
	padding-left: .6em;
	line-height: 1.5
}

	.list-dash > li::before, .list-bull > li::before {
		content: '-';
		float: left;
		margin-left: -.6em
	}

	.list-bull > li::before {
		content: '·';
	}

.list-decimal {
	counter-reset: list
}

	.list-decimal > li, .list-circle-num > li {
		padding-left: 1.2rem
	}

		.list-decimal > li::before {
			counter-increment: list;
			content: counter(list)".";
			float: left;
			margin-left: -1.2rem
		}

		.list-circle-num > li > .num {
			float: left;
			margin-left: -1.2rem
		}

/* table */
.table-data th, .table-data td {
	padding: .333rem 0
}

.table-data th {
	width: 1%;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 1.667rem;
	font-weight: 500
}

.table {
	border-top: 2px solid;
	border-bottom: 1px solid;
	margin: 0
}

	.table thead th {
		border-top: 0;
		border-bottom: 1px solid;
		vertical-align: middle
	}

	.table th, .table td {
		padding: .556rem;
		height: 4.444rem;
		vertical-align: middle;
		text-align: center;
		font-weight: 500
	}

	.table td {
		border-color: #e5e5e5
	}

.table-responsive th {
	white-space: nowrap
}

.table + .table, .table-responsive + .table-responsive .table {
	border-top-width: 1px
}

/* Nav */
.nav {
	border-bottom: 0
}

	.nav .nav-item {
		margin-bottom: 0
	}

.nav-tabs {
	position: relative;
	margin-bottom: 6.66%
}

	.nav-tabs:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 100vw;
		transform: translateX(-50%);
		border-top: 1px solid #E5E5E5
	}

	.nav-tabs .nav-item {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.nav-tabs .nav-link {
		padding: 1em .5em;
		border: 0;
		font-size: 1.111rem;
		border-bottom: 3px solid transparent;
		text-align: center;
		line-height: 1.45;
		font-weight: 500
	}

		.nav-tabs .nav-link.active {
			border-bottom-color: #e60012;
			color: #e60012
		}

.pagination {
	justify-content: center;
	margin-top: 2.778rem;
	align-items: center
}

	.pagination .page-link {
		display: flex;
		width: 2.778rem;
		height: 2.778rem;
		padding: 0;
		justify-content: center;
		align-items: center;
		font-size: .889rem;
		border: 1px solid;
		color: #111;
		margin: 0 2px;
		font-weight: 500
	}

		.pagination .page-link.active {
			background: #e60012;
			border-color: #e60012;
			color: #fff
		}

.page-first, .page-prev, .page-next, .page-last {
	display: flex;
	align-items: center;
	height: 2.778rem;
	margin: 0 .278rem
}

.icon-last, .icon-first, .icon-next, .icon-prev {
	width: 1rem;
	height: 1.167rem;
	background-size: auto 100%
}

.icon-last, .icon-first {
	background-image: url(../img/last.svg)
}

.icon-next, .icon-prev {
	background-image: url(../img/next.svg)
}

.icon-first, .icon-prev {
	transform: scaleX(-1)
}

.page-prev {
	margin-right: 4%
}

.page-next {
	margin-left: 4%
}

/* modal */
.modal-dialog {
	width: 90%;
	max-width: 44.444rem;
	margin: 0 auto
}

.modal-content {
	border-radius: 0;
	border: 0
}

.modal-body {
	padding: 5%
}

.modal-alert {
	max-width: 33.333rem
}

	.modal-alert .modal-body {
		text-align: center;
		padding: 13.33% 6.66% 6.66%
	}

	.modal-alert .h4:after {
		content: '';
		width: 1.25em;
		border-top: 2px solid;
		display: block;
		margin: 1.111rem auto 6.66%
	}

	.modal-alert .btn {
		width: 77%;
		max-width: 400px;
		margin-top: 11.5%
	}

.modal-header {
	display: block;
	padding: 3.75%
}

.modal-body .table-data th {
	vertical-align: middle;
	font-size: .889rem
}

.modal-footer {
	padding: 5%
}

	.modal-alert .btn, .modal-footer .btn {
		padding: .5rem 1.5rem
	}

/* Swiper */
.swiper-slide img {
	width: 100%
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	font-size: 0;
	line-height: 0;
	bottom: 7.5rem;
}

.swiper-pagination-bullet {
	width: 60px;
	height: 6px;
	margin: 0 8px;
	background: #fff;
	border-radius: 0;
	opacity: .2
}

.swiper-pagination-dark .swiper-pagination-bullet {
	background: #e60012
}

.swiper-pagination-bullet-active {
	background: #e60012;
	opacity: 1
}

.swiper-button-next, .swiper-button-prev {
	width: 3.333rem;
	height: 3.333rem;
	border-radius: 100%;
	background: #fff url(../img/swiper_basic.svg) no-repeat 52% 50%/.444rem auto;
	margin-top: -1.665rem;
	box-shadow: 0px 10px 20px rgba(0,0,0,.2);
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-indent: -9999em
}

.swiper-button-prev {
	transform: scaleX(-1)
}

.swiper-button-prev {
	left: 0
}

.swiper-button-next {
	right: 0
}

/* dropdown */
.dropdown-toggle {
	width: 10rem;
	height: 2.667rem;
	border: 0px;
	color: #434A58;
	text-align: left;
	font-size: .833rem;
	padding: 0 13px;
	background: none;
}

	.dropdown-toggle::after {
		content: '';
		position: absolute;
		width: .4rem;
		top: 0;
		bottom: 0;
		border: 0 !important;
		right: .833rem;
		background: url(../img/dropdown.svg) no-repeat 50% 50%/100% auto
	}

.show .dropdown-toggle::after {
	transform: scaleY(-1)
}

.dropdown-menu {
	border-radius: 0;
	border-color: #e8e8eb;
	width: 100%;
	margin: 0;
	padding: 0
}

	.dropdown-menu > li {
		border-top: 1px solid #fff;
	}

.dropdown-item {
	padding: 0 .833rem;
	line-height: 2.778rem;
	font-size: .833rem;
	background-color: #fff;
}

	.dropdown-item:active {
		background-color: #e60012;
		color: #fff;
	}


/*--------------------------------------
    PAGES
---------------------------------------*/

/* Layout */
body {
	display: flex;
	width: 100%
}

#wrap {
	overflow: hidden;
	display: flex;
	width: 100%;
	flex-direction: column;
	min-height: 100vh
}

#hd, #ft {
	flex-shrink: 0
}

#ct {
	flex: 1 0 auto;
	padding-top: 98px;
	width: 100%;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1260px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	line-height: 36px;
}

#hd > .container::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: .1;
	position: absolute;
	left: 0px;
	bottom: -1px;
	z-index: 10;
}

#hd.open > .container::after {
	display: none;
}

.container-fluid {
	max-width: none
}

/* Header */
#hd {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	transition: background-color .2s ease-out, border .2s ease-out;
	box-shadow: inset 0px -1px 0 0 rgba(204,204,204,.5)
}

	#hd > .container {
		height: 98px;
	}

	#hd .nav-item {
		position: relative;
		font-size: 1rem;
		letter-spacing: -.05em
	}

		#hd .nav-item > a {
			display: block;
			height: 100%;
			font-size: 16px;
		}

		#hd .nav-item.cur > a {
			color: #e60012;
			font-weight: bold;
		}

		#hd .nav-item > a:hover {
			color: #e60012;
			font-weight: bold;
		}

.depth {
	display: none;
	padding: .722rem 0;
	font-size: 16px
}

	.depth a:hover, .depth a:focus {
		color: #e60012
	}

.depth3 {
	font-size: .889rem;
	padding-bottom: .7222rem;
	color: #999
}

.depth a.active {
	font-weight: 700
}

.hd-logo {
	width: 309px;
	height: 98px;
}

.hd-logo > a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/logo2.png?v=2.0") no-repeat 0 50%/100% auto
}

.language{
	display:block;
	width:45px;
	height:100%;
	position:absolute;
	right:40px;
	top:0px;
	z-index:200;
	display:none;
}
	.language.en {
		background: url(../images/en.png) no-repeat center;
		background-size: 35px auto;
	}
	.language.cn {
		background: url(../images/cn.png) no-repeat center;
		background-size: 35px auto;
	}

	.util {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		align-items: center;
		color: #666;
		font-size: 16px;
		z-index: 11;
	}

	.util .split {
		border-left-color: #ccc
	}

	.util .shop {
		position: relative;
		background: url(../images/shop_logo.png) no-repeat left center;
		display: block;
		padding-left: 25px;
	}

.open .util, .is-scroll .util {
	color: #111;
}

.util > ul {
	height: 49px;
	float: right;
}

	.util > ul > li {
		float: left;
		line-height: 49px;
		padding: 0px 12px;
		position: relative;
	}

		.util > ul > li::after {
			content: "";
			width: 1px;
			height: 17px;
			position: absolute;
			left: 0px;
			top: 16px;
			background-color: #111;
		}

.util .fa-search {
	font-size: 16px;
	color: #111;
	cursor: pointer;
}

.open .util .fa-search, .is-scroll .util .fa-search {
	color: #111;
}

.util .fa-search:hover {
	color: #e60012;
}

.open .util > ul > li::after, .is-scroll .util > ul > li::after {
	background-color: #111;
}

.util > ul > li:first-child::after {
	display: none;
}

.util ul li a:link, .util ul li a:visited {
	color: #111;
}

.open .util ul li a:link, .open .util ul li a:visited {
	color: #111;
}

.is-scroll .util ul li a:link, .is-scroll .util ul li a:visited {
	color: #111;
}

.util ul li.shop-bg {
	background: url(../images/shop_logo2.png) no-repeat 9px center;
	padding-left: 36px;
	padding-right: 0px;
	cursor: pointer;
	position: relative;
}

	.util ul li.shop-bg:hover {
		color: #e60012;
	}

.util ul li a:hover, .open .util ul li a:hover, .is-scroll .util ul li a:hover {
	color: #e60012;
}

.open .util ul li.shop-bg, .is-scroll .util ul li.shop-bg {
	background: url(../images/shop_logo2.png) no-repeat 9px center;
}

.link-list {
	width: 90px;
	position: absolute;
	left: 0px;
	top: 49px;
	z-index: 10;
	background-color: #fff;
	padding: 5px 0px;
	display: none;
	transition: all .2s linear;
}

.util ul li.shop-bg:hover .link-list {
	display: block;
}

.link-list li {
	line-height: 25px;
	/* padding-left: 25px; */
	padding: 5px 0px 5px 25px;
	background: url(../images/shop_logo2.png) no-repeat 9px center;
}

.util ul.link-list li a, .util ul.link-list li a:link, .util ul.link-list li a:visited {
	color: #111;
	font-size: 14px;
}

	.util ul.link-list li a:hover {
		color: #e60012;
	}

.open .link-list, .is-scroll .link-list {
	background-color: #fff;
	border: 1px solid #ebebeb;
}


/***
	
	====================================================================
	    Search Popup
	====================================================================
	
	***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

	.search-popup.popup-visible {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		visibility: visible;
		opacity: 1;
	}

	.search-popup .overlay-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		display: block;
	}

	.search-popup .close-search {
		position: absolute;
		right: 34px;
		top: 25px;
		font-size: 30px;
		color: #ffffff;
		cursor: pointer;
		z-index: 5;
	}

		.search-popup .close-search:hover {
			color: #e60012;
		}

	.search-popup .search-form {
		position: relative;
		padding: 0px 15px 0px;
		max-width: 1024px;
		margin: 0 auto;
		margin-top: 150px;
		margin-bottom: 100px;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
	}

		.search-popup .search-form fieldset {
			position: relative;
			border: 7px solid rgba(255, 255, 255, 0.50);
			border-radius: 12px;
		}

			.search-popup .search-form fieldset input[type="search"] {
				position: relative;
				height: 70px;
				padding: 20px 220px 20px 30px;
				background: #ffffff;
				line-height: 30px;
				font-size: 24px;
				color: #233145;
				border-radius: 7px;
			}

			.search-popup .search-form fieldset input[type="submit"] {
				position: absolute;
				display: block;
				right: 0px;
				top: 0px;
				text-align: center;
				width: 220px;
				height: 70px;
				padding: 20px 10px 20px 10px;
				color: #ffffff !important;
				line-height: 30px;
				font-size: 20px;
				cursor: pointer;
				text-transform: uppercase;
				border-radius: 0px 7px 7px 0px;
				background-color: #e60012;
				border: 0px;
			}

	.search-popup h3 {
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 600;
		color: #ffffff;
		margin-bottom: 20px;
		letter-spacing: 1px;
		text-align: center;
	}

	.search-popup .recent-searches {
		font-size: 16px;
		color: #ffffff;
		text-align: center;
	}

		.search-popup .recent-searches li {
			display: inline-block;
			margin: 0px 10px 10px 0px;
		}

			.search-popup .recent-searches li a {
				display: block;
				line-height: 24px;
				border: 1px solid #ffffff;
				padding: 7px 15px;
				color: #ffffff;
				border-radius: 3px;
				-webkit-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}

	.search-popup .search-form fieldset input[type="search"]:focus {
		border-color: #ddd;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.search-section {
	margin-top: 30px;
}

.no-data {
	width: 100%;
	padding: 20px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}

	.no-data span {
		color: #f00;
	}


/* Footer */
#ft {
	position: relative;
	background: #eee;
}

	#ft .container {
		max-width: 1600px;
	}

.ft {
	display: flex;
	flex-wrap: wrap;
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
	font-size: 16px;
	line-height: 30px;
}

.fnb {
	align-items: center;
	font-size: 16px;
	color: #646464;
	line-height: 30px;
}

.ft-logo {
	height: 2.222rem
}

.ft-ewm {
	margin-left: auto;
}

	.ft-ewm ul li {
		float: left;
		padding: 0px 8px;
	}

		.ft-ewm ul li img {
			display: block;
			width: 96px;
			height: 96px;
		}

.ft-side {
	margin-left: auto
}

	.ft-side a {
		display: block;
		position: relative;
		width: auto;
		max-width: 200px;
		height: 46px;
		line-height: 44px;
		border: 1px solid #bcc0c7;
		color: #434A58;
		text-align: left;
		font-size: 16px;
		padding: 0 20px;
		margin: 25px auto;
	}

		.ft-side a:hover {
			color: #e60012;
		}

		.ft-side a .fa {
			margin-left: 30px;
		}

.ft-info-txt {
	color: #111;
	font-size: 16px;
	line-height: 30px;
}

.ft-side .dropup {
	width: 10rem;
	border: 1px solid #bcc0c7;
	margin: 25px auto;
}

.split {
	font-style: normal;
	margin: 0 .5em
}

	.split:empty {
		display: inline-block;
		margin: -1px .7em 0;
		height: .667rem;
		border-left: 1px solid;
		vertical-align: middle
	}

.nav-ct {
	display: flex
}

	.nav-ct > a {
		flex: 1;
		display: flex;
		height: 3.75em;
		align-items: center;
		justify-content: center;
		font-size: 1.778rem;
		color: #fff;
		font-weight: 700;
		background: url(../img/link/gnb1.jpg) no-repeat 80% 50%/cover
	}

	.nav-ct > .gnb1 {
		background-image: url(../img/link/gnb1.jpg)
	}

	.nav-ct > .gnb2 {
		background-image: url(../img/link/gnb2.jpg)
	}

	.nav-ct > .gnb3 {
		background-image: url(../img/link/gnb3.jpg)
	}

	.nav-ct > .gnb4 {
		background-image: url(../img/link/gnb4.jpg)
	}

	.nav-ct > .gnb5 {
		background-image: url(../img/link/gnb5.jpg)
	}

	.nav-ct > a:first-child {
		flex-direction: row-reverse
	}

	.nav-ct > a:after {
		content: '';
		width: 1.5em;
		height: 1.5em;
		background: url(../img/link.png) no-repeat 50% 50%/100% auto;
		margin-left: 1em
	}

	.nav-ct > a:first-child:after {
		margin: 0 1em 0 0;
		transform: scaleX(-1)
	}

/* content */
.sub-navi {
	background: #e60012;
}

	.sub-navi .container {
		display: flex;
		align-items: center
	}

.breadcrumb {
	width: 100%;
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0
}

.breadcrumb-item {
	border-right: 1px solid rgba(255,255,255,.2)
}

	.breadcrumb-item > a {
		display: block;
		font-size: 16px;
		line-height: 99px;
		color: #fff;
		padding: 0px 50px;
	}

		.breadcrumb-item > a.fa {
			font-size: 25px;
			margin: 0 auto;
		}

	.breadcrumb-item .dropdown > a {
		display: none;
	}

	.breadcrumb-item + .breadcrumb-item {
		padding-left: 0
	}

.icon-home {
	width: 3.889rem;
	height: 99px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/home.svg);
	background-size: 1rem auto;
}

.sub-header {
	position: relative;
	/*	display: flex;
	align-items: center;
	justify-content: center;*/
	text-align: center;
	padding-top: 80px;
}

/*	.sub-header:before {
		content: '';
		display: block;
		height: 280px
	}*/

/*	.sub-header > .container {
		margin: 0
	}*/

.sub-title {
	font-size: 43px;
	line-height: 1.2;
	font-weight: bold;
}

.sub-text {
	font-size: 16px;
	margin-top: .833em;
	color: #646464;
}

.more-link {
	font-size: .889rem;
	padding-right: 4.75em;
	background: url(../img/arr.svg) no-repeat 100% 40%/1.375em auto
}

	.more-link.text-white {
		background-image: url(../img/arr_wh.svg)
	}

.more-bt {
	position: relative;
	display: block;
	width: 380px;
	font-size: 18px;
	color: #646464;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #646464;
	transition: all .3s linear;
}

	.more-bt::after {
		position: absolute;
		content: "";
		background-color: #f00;
		width: 0%;
		height: 100%;
		left: 0px;
		top: 0px;
		z-index: -1;
		transition: all .3s linear;
	}

	.more-bt:hover {
		border: 1px solid #e60012;
		color: #fff;
	}

		.more-bt:hover::after {
			width: 100%;
		}

#about-1 {
	padding-bottom: 32px;
}

.bg_logo::after {
	content: "WEILISHI";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 11%;
	z-index: -2;
	font-size: 278px;
	font-family: impact;
	font-style: italic;
	color: #eee;
	animation: mymove 30s infinite;
	-webkit-animation: mymove 30s infinite;
}

@keyframes mymove {
	0% {
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@-moz-keyframes mymove /* Firefox */
{
	0% {
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@-webkit-keyframes mymove /* Safari 和 Chrome */
{
	0% {
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@-o-keyframes mymove /* Opera */
{
	0% {
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}


.about-video img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.about-video2 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 64px 0px;
}

#content {
	padding-top: 80px;
	padding-bottom: 15%
}

.content-title {
	text-align: center;
	line-height: 1.4;
	padding-bottom: 1.875em
}

.content-text {
	font-size: 1.444rem;
	text-align: center;
	line-height: 1.538;
	margin: .769em 0;
	color: #666
}

.content-title > small {
	font-size: .688em;
	font-weight: 700
}

#about-2 {
	height: auto;
	overflow: hidden;
}

.about-tit {
	font-size: 43px;
	font-weight: bold;
	color: #111;
	text-align: center;
	padding: 40px 0px;
	line-height: 50px;
}

.wh-list {
	margin-top: 65px;
	height: auto;
	overflow: hidden;
}

	.wh-list ul li {
		float: left;
		text-align: center;
		padding: 5px;
		margin-top: 12px;
		transition: all .3s linear;
	}

		.wh-list ul li .bg {
			background-color: #f2f2f2;
			padding: 40px 10px;
			transition: all .3s linear;
		}

		.wh-list ul li .wh-ico {
			width: 71px;
			height: 71px;
			overflow: hidden;
			margin: 0 auto;
			background: url(../images/wh_ico.png) no-repeat center;
			transition: all .3s linear;
		}

		.wh-list ul li h3 {
			font-size: 24px;
			font-weight: bold;
			color: #111;
			line-height: 50px;
		}

		.wh-list ul li h6 {
			font-size: 16px;
			color: #646464;
			line-height: 25px;
			min-height: 50px;
			font-weight: initial;
		}

		/*hover*/
		.wh-list ul li:hover {
			transform: translateY(-17px);
		}

			.wh-list ul li:hover .bg {
				background-color: #e60012;
			}

			.wh-list ul li:hover .wh-ico {
				background: url(../images/wh_ico2.png) no-repeat center;
			}

			.wh-list ul li:hover h3 {
				color: #fff;
			}

			.wh-list ul li:hover h6 {
				color: #fff;
			}

#about-2 .more-bt {
	margin: 70px auto;
}

.pinpai-bg {
	width: 100%;
	height: 767px;
	background: url(../images/pinpai_bg.jpg) center no-repeat;
	background-size: cover;
	margin-top: 65px;
	position: relative;
}

	.pinpai-bg img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}

#honor {
	padding: 60px 0px;
}

	#honor .more-bt {
		margin: 30px auto;
	}

	#honor .honnor-swiper {
		padding: 60px 0px;
	}

	#honor .swiper-button-prev {
		box-shadow: none;
		background: none;
		transform: initial;
	}

	#honor .swiper-button-next {
		box-shadow: none;
		background: none;
	}

	#honor .fa {
		width: 100%;
		height: 100%;
		background-color: #ecedeb;
		font-size: 30px;
		text-align: center;
		color: #fff;
		border-radius: 100%;
		line-height: 3.333rem;
		transition: all .3s linear;
	}

		#honor .fa:hover {
			background-color: #e60012;
		}

	#honor .honnor-swiper .swiper-slide {
		cursor: pointer;
	}



/* company */
.introduce {
	line-height: 1.667;
	position: relative
}

.vision {
	margin-top: 8.66%;
	position: relative
}

.vision-group > li {
	margin-bottom: 1.111rem;
	text-align: center
}

.vision-group .num {
	font-size: 1.222rem;
	display: flex;
	width: 3.227em;
	height: 2.773em;
	justify-content: center;
	align-items: center;
	background: url(../img/company/vision_num.png) no-repeat 50% 50%/100% auto;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 auto .9em
}

.vision-group .h4 {
	line-height: 1.3
}

.organization img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}

.loc-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.778rem;
	flex-wrap: wrap
}

	.loc-info > [class*=col] {
		padding: 0
	}

	.loc-info .dsc {
		display: flex;
		align-items: center;
		justify-content: center
	}

		.loc-info .dsc > dt {
			padding-right: .5em
		}

		.loc-info .dsc > dd {
			font-size: 1em
		}

#map .root_daum_roughmap {
	width: auto;
	padding-bottom: 66.66%
}

	#map .root_daum_roughmap .wrap_map {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%
	}

	#map .root_daum_roughmap .wrap_controllers {
		display: none
	}

.history {
	position: relative;
	margin-top: 1.778rem
}

.history-title {
	position: relative;
	display: flex;
	width: 5.048em;
	height: 5.048em;
	margin: 1em 0 1.5em 2em;
	align-items: center;
	justify-content: center;
	font-size: 2.333rem;
	line-height: 1;
	letter-spacing: 0;
	background: linear-gradient(to right,rgba(25,142,229,1) 0%,rgba(9,177,220,1) 100%);
	color: #fff;
	transform: rotate(-45deg);
	box-shadow: 0 20px 40px rgba(0,112,195,.23)
}

	.history-title:before, .history-title:after {
		content: '';
		position: absolute;
		width: 92%;
		height: 92%;
		top: 0;
		left: 0;
		background: inherit;
		z-index: -1
	}

	.history-title:before {
		margin: -1em 0 0 -1em;
		opacity: .1
	}

	.history-title:after {
		margin: -.5em 0 0 -.5em;
		opacity: .3
	}

	.history-title > span {
		display: block;
		transform: rotate(45deg)
	}

.history-group .year {
	position: relative;
	font-size: 1.778rem;
	color: #e60012;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	margin-bottom: .7rem
}

	.history-group .year:before, .performance-item .history-item > b:before {
		content: '';
		position: absolute;
		width: .375em;
		height: .375em;
		border-radius: 100%;
		background: #fff;
		border: 2px solid #e60012;
		top: 50%;
		margin-top: -.1875em;
		left: calc((15px + .1875em) * -1)
	}

.history-group > li + li .year {
	margin-top: 2em
}

.history-item {
	padding-left: 2.273em;
	line-height: 1.8rem;
	color: #666
}

	.history-item:not(:first-child) {
		margin-top: .5em
	}

	.history-item b {
		position: relative;
		float: left;
		margin-left: -1.923em;
		font-size: 1.182em;
		font-weight: 700;
		letter-spacing: 0;
		color: #000
	}

	.history-item div + div {
		margin-top: .25em
	}

.history-section + .history-section {
	padding-top: 13.75%
}

.performance {
	margin-bottom: -15%;
	padding-bottom: 10%;
	background: url(../img/company/performance_bg.png) no-repeat 0 100%/100% auto
}

.performance-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 2.889rem;
	height: 3.462em;
	background: #00afe5 url(../img/company/performance_title.png) no-repeat 0 0/auto 100%;
	border-radius: .962em 0 .962em 0;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: 1.731em
}

	.performance-title:before {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		border: .5em solid transparent;
		border-left-color: #007ee4;
		border-top-color: #007ee4
	}

	.performance-title small {
		letter-spacing: .2em;
		font-size: .308em;
		font-weight: 500;
		margin-bottom: .625em
	}

.performance-group .year {
	display: flex;
	align-items: center;
	font-size: 2.222rem;
	color: #e60012;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1.8rem
}

	.performance-group .year:after {
		content: '--------------------';
		opacity: .15;
		font-size: 16px;
		margin-left: 40px
	}

.performance-item {
	padding: 0 15px
}

	.performance-item .history-item {
		position: relative;
		margin-bottom: 2.273em;
		color: #111
	}

		.performance-item .history-item:before {
			content: '';
			position: absolute;
			left: -26px;
			top: .5em;
			bottom: -2.773em;
			border-left: 1px solid #e60012
		}

.performance-group > li:last-child .history-item:last-child:before {
	display: none
}

.performance-item .history-item > small {
	display: block;
	font-size: .818em;
	color: #666;
	line-height: 1.5
}

/* business */
.list-hd {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

	.list-hd .total {
		white-space: nowrap;
		letter-spacing: 0
	}

.list-srch {
	margin-left: auto
}

	.srch-group, .list-srch .srch-sort.form-control {
		border-radius: 1.667rem;
		box-shadow: 0 .278rem 1.111rem rgba(0,0,0,.08) !important;
		background-color: #fff
	}

	.list-srch .form-control {
		border: 0;
		height: 3.333rem;
		border-radius: 1.667rem 0 0 1.667rem;
		padding: .25rem 0 .25rem 1.111rem;
		box-shadow: none !important;
		background: none
	}

.srch-group .input-group-btn {
	border: 0;
	background: none;
	border-radius: 0 1.667rem 1.667rem 0;
	padding: 0 1.111rem
}

.list-srch .srch-sort {
	background: url(../img/select_sort.svg) no-repeat center right 1.111rem/.556rem auto;
	-webkit-appearance: none
}

.icon-srch {
	width: 1.222rem;
	height: 1.222rem;
	background-image: url(../img/icon_srch.svg)
}

.media-list .media {
	padding: 4.1666%
}

	.media-list .media:not(:first-child) {
		border-top: 1px solid #E5E5E5
	}

.media-image {
	position: relative;
	width: 36.3636%;
	max-width: 400px;
}

	.media-image .thumb {
		position: relative;
		background: #fafafa;
		overflow: hidden
	}

		.media-image .thumb:before {
			content: '';
			display: block;
			padding-bottom: 70%
		}

.thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	object-fit: cover;
	transform: translate(-50%,-50%)
}

.media-label {
	position: absolute;
	width: 3.056rem;
	height: 3.889rem;
	background: url(../img/label.svg) no-repeat 0 0/100% auto;
	color: #fff;
	font-size: .889rem;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	padding-top: .75em;
	top: -5px;
	left: 5%;
	z-index: 5
}

.media-list .media-body {
	padding-left: 7.2727%
}

.media-list .h4 {
	margin-bottom: 1em
}

.btn-more {
	display: block;
	margin: 6% auto 0;
	max-width: 400px
}

.business-header {
	padding-bottom: 3.333rem
}

.business-title {
	padding: 5%;
	color: #fff
}

	.business-title.arch {
		background: url(../img/business/arch.png) no-repeat right 10% bottom 15%/143px auto, linear-gradient(to right,rgba(25,142,229,1) 0%,rgba(9,177,220,1) 100%)
	}

	.business-title.civil {
		background: url(../img/business/civil.png) no-repeat right 10% bottom 15%/143px auto, linear-gradient(to right,rgba(25,142,229,1) 0%,rgba(9,177,220,1) 100%)
	}

	.business-title.houseing {
		background: url(../img/business/houseing.png) no-repeat right 10% bottom 15%/143px auto, linear-gradient(to right,rgba(25,142,229,1) 0%,rgba(9,177,220,1) 100%)
	}

	.business-title.other {
		background: url(../img/business/other.png) no-repeat right 10% bottom 15%/143px auto, linear-gradient(to right,rgba(25,142,229,1) 0%,rgba(9,177,220,1) 100%)
	}

	.business-title.overseas {
		background: url(../img/business/overseas.png) no-repeat right 10% bottom 15%/143px auto, linear-gradient(to right,rgba(25,142,229,1) 0%,rgba(9,177,220,1) 100%)
	}

	.business-title .num, .business-title .tit {
		display: inline-block;
		vertical-align: bottom;
		line-height: 4rem
	}

	.business-title .num {
		font-size: 4.211em;
		font-weight: 700;
		left: 0
	}

	.business-title .tit {
		font-size: 2.316em;
		margin: 0 0 -.15em .25em
	}

	.business-title .txt {
		margin: 1.5em 0 2.1em;
		line-height: 1.5rem;
		min-height: 4.5rem
	}

	.business-title .btn {
		width: 10rem;
		margin-top: auto
	}

.business-text {
	max-width: 850px;
	margin: .769em auto 4.444rem;
	text-align: center;
	line-height: 1.667
}


/*home produtc*/
.home-product-bg {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
}

	.home-product-bg h1 {
		width: 100%;
		font-size: 43px;
		line-height: 60px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		padding-top: 200px;
	}

.home-product-box {
	position: relative;
	margin-top: 100px;
}

	.home-product-box::before {
		content: "";
		width: 866px;
		height: 640px;
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		background: url(../images/w_bg.png) center no-repeat;
	}

.bg-font {
	font-size: 278px;
	font-family: impact;
	opacity: .4;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-53%);
	z-index: 20;
	color: #eee;
	font-style: italic;
	animation: mymove 30s infinite;
	-webkit-animation: mymove 30s infinite;
}

.home-products-list {
	width: 116%;
	height: 450px;
	margin-left: -8%;
	position: relative;
	z-index: 50;
	overflow: initial;
}

	.home-products-list .swiper-container {
	}

	.home-products-list .swiper-slide img {
		width: 100%;
		object-fit: cover;
		height: 100%;
		transition: all .3s linear;
	}

	.home-products-list .swiper-slide:hover img {
		transform: translateY(-20px);
	}

	.home-products-list .swiper-slide .link {
		position: absolute;
		width: 100%;
		top: 60%;
		left: -11%;
		z-index: 11;
		color: #fff;
		display: none;
		opacity: 0;
		transition: all .5s ease;
		transition-delay: .1s;
	}

	.home-products-list .swiper-slide:hover .link {
		transform: translateY(-50px);
	}

	.home-products-list .swiper-slide .link a, .home-products-list .swiper-slide .link a:link, .home-products-list .swiper-slide .link a:visited, .home-products-list .swiper-slide .link a:hover {
		color: #fff;
	}

	.home-products-list .swiper-slide .link .tit {
		font-size: 43px;
		line-height: 60px;
		font-weight: bold;
	}

	.home-products-list .swiper-slide .link .more {
		display: block;
		font-size: 16px;
		line-height: 30px;
		background: url(../images/jt_right.svg) no-repeat 132px center;
	}

	.home-products-list .swiper-slide.swiper-slide-active .link {
		display: block;
		opacity: 1;
	}

.home-product-page {
	position: absolute;
	height: 90px;
	left: 20%;
	top: 60%;
	z-index: 100;
	color: #fff;
	font-family: arial;
	font-size: 43px;
	font-weight: bold;
	line-height: 40px;
	font-style: italic;
}

/* public */
.video-view {
	position: relative
}

	.video-view .h2 {
		line-height: 1.25
	}

		.video-view .h2:after {
			content: '';
			width: 1em;
			border-top: 2px solid;
			display: block;
			margin: .555em 0 .694em
		}

.video-list .h5 {
	margin: .833em 0 30px
}

.desc > dt {
	font-size: 1.2em;
	margin-bottom: 1rem
}

.colorbox {
	color: #fff;
	display: flex;
	height: 6.667rem;
	flex-direction: column;
	padding: .8rem 1.111rem;
	justify-content: flex-end;
	font-weight: 500;
	margin-bottom: 1.111rem
}

	.colorbox + .sm {
		line-height: 1.25;
		font-weight: 500
	}

.btn-float-circle {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.444rem;
	height: 4.444rem;
	background: linear-gradient(to right,rgba(25,142,229,1) 0%,rgba(9,177,220,1) 100%);
	border-radius: 100%;
	z-index: 1;
	bottom: -2.222rem;
	right: 1.111rem;
	box-shadow: 0 .556rem 1.667rem rgba(0,0,0,.15)
}

.icon-download {
	width: 32.5%;
	padding-bottom: 36.25%;
	background-image: url(../img/icon_download.svg)
}

.logo-list .h4 {
	display: block;
	padding: 1.111rem 0 2.222rem
}

.bi-rule > img {
	max-width: 100%;
	margin: 3.333rem 2.5rem 0 0
}

.co-goal {
	background: url(../img/public/goal.jpg) no-repeat 50% 100%/cover;
	color: #fff;
	margin-top: 6.25%;
	text-align: center
}

	.co-goal .h1:before {
		content: '';
		display: block;
		width: 1px;
		height: 1.364em;
		margin: 0 auto .455em;
		border-left: 1px solid
	}

	.co-goal img {
		height: 6.333rem;
		display: block;
		margin: 3.333rem auto 6.666rem
	}

	.co-goal .font-mont {
		display: block;
		margin-bottom: .5rem;
		font-size: 1.25em;
		font-weight: 700
	}

	.co-goal .col-md-4 {
		padding-bottom: 3.333rem
	}

.co-worth {
	margin-top: 1.944rem
}

	.co-worth .bx {
		padding: 3.333rem 0;
		background: #fff;
		margin: -7.5rem 0 3.333rem
	}

.co-worth-value {
	text-align: left;
	position: relative;
	line-height: 1.667
}

	.co-worth-value .col-lg-6 {
		padding: 0 7%
	}

	.co-worth-value .txt {
		margin: 1.111rem 0 2.222rem
	}

/* board */
.table-board {
	margin: 2.222rem 0;
	table-layout: fixed
}

.board-title {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	-webkit-flex-basis: 0;
	align-items: center
}

	.board-title .tit {
		display: block;
		flex-shrink: 1;
		margin-right: 3px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.board-title .new {
		min-width: 1.111rem;
		line-height: 1.111rem;
		border-radius: 100%;
		display: block;
		font-style: normal;
		background: #e60012;
		color: #fff;
		text-align: center;
		font-size: .611rem;
		font-weight: 500
	}

.label {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	font-size: .889rem;
	border: 1px solid #ccc;
	color: #999;
	padding: .389rem;
	text-align: center;
	line-height: 1.5
}

.label-primary {
	color: #e60012;
	border-color: #e60012
}

.view-header {
	padding-bottom: 1.667rem;
	border-bottom: 2px solid
}

	.view-header .h3 {
		line-height: 40px;
		margin-bottom: .556rem;
		word-break: normal
	}

	.view-header .meta {
		display: flex;
		align-items: center;
		color: #999
	}

		.view-header .meta .split {
			margin: -.1rem .556rem 0
		}

.view-file {
	display: flex;
	padding: 1.111rem;
	line-height: 1.5rem;
	background: #F6F6F6
}

	.view-file dd {
		padding-left: 1.111rem;
		flex: 1
	}

.view-body {
	padding: 6.666% 3.333%;
	line-height: 1.7
}

	.view-body img {
		max-width: 100%
	}

.view-paging {
	margin-bottom: 2.222rem;
	border-top: 1px solid;
	border-bottom: 2px solid
}

	.view-paging > li {
		display: flex;
		flex-wrap: wrap;
		height: 3.333rem;
		align-items: center;
		font-size: .889rem
	}

		.view-paging > li + li {
			border-top: 1px solid #e5e5e5
		}

		.view-paging > li > * {
			padding: 0 1.111rem;
			white-space: nowrap
		}

		.view-paging > li > a {
			flex: 1 1 auto;
			-webkit-flex-basis: 0;
			display: block;
			overflow: hidden;
			text-overflow: ellipsis;
		}

.view-header .label {
	margin: 0 .556rem 0 0
}

/* recruit */
.sect {
	margin: 1.111rem 0 2.222rem
}

	.sect .h6 {
		margin-bottom: .25rem
	}

.info-text {
	padding-left: 1.2em;
	font-size: .889rem;
	line-height: 1.625
}

	.info-text:before {
		content: '※';
		float: left;
		margin-left: -1.2em
	}

.termbx {
	border: 1px solid #DCDCDC;
	margin-bottom: 3.333rem
}

	.termbx .term {
		padding: 1.389rem 3.333%;
		font-size: .889rem;
		line-height: 1.625;
		border-bottom: 1px solid #dcdcdc;
	}

.term strong, .term .list-decimal > li:before {
	font-weight: 700
}

.termbx .bottom {
	background: #FBFBFB;
	text-align: center;
	padding: .889rem
}

.frm {
	padding: 1.111rem 0;
	border: 2px solid;
	border-width: 2px 0;
	margin: 1.111rem 0 2.5rem
}

.btn-submit {
	width: 13.333rem;
	margin: 6.25% auto 0;
	display: block
}

.box {
	padding: 12.9% 9.6%;
	background: #F6F6F6;
	border: 1px solid #D6D6D6
}

	.box .h4 {
		text-align: center
	}

		.box .h4:after {
			content: '';
			display: block;
			width: 1.2em;
			border-top: 2px solid;
			margin: 1.111rem auto
		}

	.box .dsc {
		margin-top: 1.5rem
	}

.recruit-step {
	text-align: center;
	font-weight: 500;
	margin-bottom: 1rem;
	line-height: 1.5rem
}

	.recruit-step img {
		display: block;
		width: 6.667rem;
		margin: 0 auto .5rem;
		max-width: 90%
	}

.ideo {
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 6.25% 0;
	margin-bottom: 6.66%
}

	.ideo img {
		width: 9rem;
		margin-bottom: 1.5rem
	}

	.ideo .h3 {
		line-height: 1.438
	}

.talent {
	position: relative;
	text-align: center;
	padding: 100px 0
}

	.talent > .col-6 {
		padding: 0
	}

	.talent:before, .content .bg {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100vw;
		left: 50%;
		margin-left: -50vw;
		background: #F9F9F9;
		z-index: -1
	}

	.talent .tit {
		font-size: 1.667em
	}

	.talent img {
		display: block;
		height: 4.833rem;
		margin: 0 auto 1rem
	}

	.talent .text-primary {
		letter-spacing: 0;
		display: block;
		padding: .556rem 0 1rem;
		font-weight: 700
	}

.content {
	position: relative;
	padding: 6.66% 0;
	text-align: center
}

	.content .h1 + p {
		margin: .833rem 0 3rem
	}

.grade {
	background: #F8FAFC;
	text-align: left;
	padding: 2.222rem
}

	.grade .h5 > .text-primary {
		font-size: .889rem;
		font-weight: 700;
		letter-spacing: 0;
		margin-left: .25rem
	}

	.grade .hr {
		margin: 1.667rem 0
	}

	.grade .tit {
		display: block;
		font-size: 1.222rem;
		font-weight: 700;
		margin-bottom: 1rem;
		line-height: 1.1
	}

.grade-system {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 -2px
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.grade-system {
		justify-content: flex-start
	}

		.grade-system.rank .col {
			flex-basis: 14.28% !important
		}

			.grade-system.rank .col:not(:first-child) {
				margin-left: auto !important
			}
}

.grade-system > li {
	text-align: center;
	padding: 0
}

.grade-system .col:not(.year) {
	max-width: 7.222rem;
	margin: 0 2px
}

.grade-system .bx {
	position: relative;
	background: #fff;
	text-align: center;
	border: 1px solid #D2D9DF;
	line-height: 3.222rem
}

.grade-system .text-primary {
	font-size: .889rem;
	line-height: 1.2;
	white-space: nowrap;
	font-weight: 500
}

.grade-system .row {
	margin: 0 -5px
}

.grade-system .col-6 {
	padding: 0 5px
}

.grade-system .year {
	line-height: 1.6111rem
}

.benefit-group {
	color: #ccc;
	margin: 6.25% 0;
	line-height: 1.3
}

	.benefit-group .font-mont, .benefit-group .tit {
		display: block;
		font-size: 2.778rem;
		line-height: 1.1;
		font-weight: 700;
		color: #fff
	}

	.benefit-group .tit {
		font-size: 1.667rem;
		margin: 1rem 0
	}

	.benefit-group .col-4:not(:first-child) {
		border-left: 1px solid rgba(255,255,255,.1)
	}

.slogan {
	text-align: center;
	color: #e60012;
	background: rgba(0,0,0,.2);
	border: 1px solid #333;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 1.556rem;
	padding: 1.429rem 0;
	line-height: 1.3
}

/* customer */
.cs-txt {
	margin-bottom: 2.222rem
}

	.cs-txt .text-primary {
		display: inline-block;
		vertical-align: top;
		margin: .5em 0 0 auto;
		line-height: 1.5em
	}

		.cs-txt .text-primary:after {
			content: '';
			display: inline-block;
			vertical-align: top;
			width: .389rem;
			height: 1.5em;
			background: url(../img/arr_blue.svg) no-repeat 50% 50%/100% auto;
			margin-left: .25em
		}

.qna-list {
	border-top: 2px solid;
	border-bottom: 1px solid;
	margin-top: 2.222rem
}

	.qna-list > li + li {
		border-top: 1px solid #e5e5e5
	}

.qna-toggle, .qna-content {
	display: flex;
	padding: 1.333rem 2.5%;
	align-items: flex-start
}

.qna-list .q, .qna-list .a {
	min-width: 1.667rem;
	line-height: 1.667rem;
	border-radius: 100%;
	background: #e60012;
	color: #fff;
	text-align: center;
	font-size: .833rem;
	font-weight: 400;
	margin-right: 1.111rem
}

.qna-list .a {
	background: #ccc
}

.qna-content .cont {
	flex: 1;
	color: #666
}

.qna-content {
	border-top: 1px solid #ebebeb
}

	.qna-content a {
		color: #e60012;
		text-decoration: underline;
	}

.qna-toggle .h6 {
	flex: 1;
	line-height: 1.667rem;
	font-weight: 500
}

.qna-toggle.collapsed .h6 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.icon-collapse {
	width: 1rem;
	height: 1.667rem;
	background-image: url(../img/collapse.svg)
}

[data-toggle="collapse"]:not(.collapsed) .icon-collapse {
	transform: scaleY(-1)
}

.well {
	margin-bottom: 2.222rem;
	background: #F8FAFC;
	font-size: .889rem;
	padding: 2.222rem 3.333%;
	line-height: 1.625
}

.cs-bx {
	background: #F4F6F8;
	border: 1px solid #F3F3F3;
	padding: 6.25%
}

	.cs-bx img {
		width: 7.889rem;
		margin-right: 8.333%
	}

	.cs-bx .btn {
		margin-top: 1.111rem
	}

.cs-bx {
	margin: 6.66% 0
}

.cs-link {
	font-size: 1.111rem;
	text-align: center
}

	.cs-link .row {
		margin-top: 2rem;
		justify-content: center
	}

	.cs-link img {
		display: block;
		width: 6.667rem;
		max-width: 85%;
		margin: 1.111rem auto 1rem
	}

	.cs-link .h5 {
		line-height: 1.1
	}

/* application */
.alert {
	background: #F6F6F6;
	border: 1px solid #E5E5E5;
	padding: 2.222rem 3.333%;
	border-radius: 0;
	font-size: .889rem
}

.frm-sect {
	margin: 3.333rem 0
}

	.frm-sect .h6 {
		margin-bottom: .5em
	}

	.frm-sect .termbx .bottom {
		background: #F6F6F6
	}

.frm.frm-bx {
	border: 1px solid #e5e5e5;
	padding: 3.333%
}

.frm .btn, .frm-apply .btn {
	height: 2.778rem;
	line-height: 1.5rem;
	padding: .6rem
}

.apply-btns-wrap .btn {
	width: 100%;
	max-width: 400px
}

.fixed-btn-wrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50
}

	.fixed-btn-wrap > .row > .col-auto {
		flex: 1 1 auto;
		max-width: none
	}

		.fixed-btn-wrap > .row > .col-auto + .col-auto:before {
			content: '';
			position: absolute;
			top: 30%;
			height: 40%;
			border-left: 1px solid rgba(255,255,255,.5)
		}

	.fixed-btn-wrap .btn {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

.apply-step {
	display: flex;
	margin-bottom: 3.333rem
}

	.apply-step > li {
		flex: 1;
		position: relative;
		text-align: center;
		height: 10px;
		box-sizing: content-box;
		padding-bottom: 5.5rem
	}

		.apply-step > li + li:before {
			content: '';
			position: absolute;
			top: 5px;
			width: 100%;
			right: 50%;
			margin-right: -5px;
			border-top: 1px solid #e60012
		}

	.apply-step .dot {
		display: inline-block;
		vertical-align: top;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background: #e60012;
		margin: 0 auto
	}

	.apply-step .font-mont {
		font-weight: 700;
		font-size: .875rem;
		color: #e60012;
		line-height: 1.2rem
	}

	.apply-step .h6 {
		display: block;
		margin: .213rem 0 0;
		font-weight: 500;
		line-height: 1.4rem;
		height: 2.8rem
	}

	.apply-step > li.active {
		color: #e60012
	}

.step-txt {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.apply-step > li.active ~ li .dot {
	background: #ccc
}

.apply-step > li.active ~ li:before {
	border-top-color: #ccc
}

.application {
	margin-bottom: 2.222rem
}

	.application > .h5 {
		margin-bottom: .8333rem
	}

		.application > .h5 > .font-mont {
			color: #999;
			font-weight: 700;
			margin-right: .5em;
			font-size: 1.1em
		}

	.application .form-group {
		display: flex;
		font-size: .889rem;
		flex-wrap: wrap;
		align-items: flex-start;
		margin-bottom: 1.667rem
	}

	.application .col-form-label + div {
		flex: 1;
		position: relative
	}

	.application .col-form-label {
		flex-basis: 6.25em;
		padding-right: 1.5rem;
		white-space: nowrap;
		line-height: 1.5rem;
		padding-top: .639rem;
		font-weight: 500
	}

	.application .form-control, .frm-apply .btn {
		font-size: .889rem
	}

	.application .input-group {
		align-items: center
	}

		.application .input-group > .sm {
			margin: 0 1em
		}

			.application .input-group > .sm:first-child {
				margin-left: 0
			}

.frm-apply {
	border-top: 2px solid;
	border-bottom: 1px solid;
	padding: 1.667rem 0 0
}

	.frm-apply .form-control.mx {
		max-width: 220px
	}

.birthcode select.form-control {
	flex-basis: 5rem;
	max-width: 5rem;
	margin-right: .5rem
}

.frm-apply .form-group .form-text {
	position: absolute;
	top: 100%;
	width: 100%;
	font-weight: 500;
	left: 0;
	font-size: .722rem
}

.human-image {
	width: 200px;
	text-align: center
}

	.human-image .pic {
		padding-bottom: 116.66%;
		position: relative;
		background: #F8FAFC url(../img/recruit/default.svg) no-repeat 50% 50%/40% auto;
		border: 1px solid #DCDCDC
	}

		.human-image .pic > img {
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			height: 100%
		}

	.human-image .btn {
		font-size: .889rem;
		padding: .25rem 1rem;
		height: auto;
		margin: 1.111rem 0
	}

	.human-image .form-text {
		text-align: left;
		padding-left: .7em;
		font-weight: 500
	}

		.human-image .form-text:before {
			content: '*';
			float: left;
			margin-left: -.7em
		}

.application .h5 + .frm-sect {
	margin-top: 0
}

.icon-next-wh, .icon-prev-wh {
	height: .833rem;
	width: .5rem;
	background-image: url(../img/next_wh.svg);
	vertical-align: middle;
	margin: -.3rem .5rem 0
}

.icon-prev-wh {
	transform: scaleX(-1)
}

.application .alert {
	margin-bottom: 3.333rem
}

.table-form td {
	height: auto;
	border: 0;
	padding: .278rem .556rem;
	vertical-align: top
}

.table-form tr:first-child td {
	padding-top: 1.111rem
}

.table-form tr:last-child td {
	padding-bottom: 1.111rem
}

.table-form .form-control {
	width: 100%;
	min-width: 6.667rem
}

.table-form .input-group, .table-form .form-inline {
	flex-flow: nowrap;
}

.datepicker {
	width: 13.889rem
}

.input-datepicker {
	background: url(../img/date.svg) no-repeat center right .35rem/1rem auto;
	padding-left: .35rem;
	font-size: 14px
}

.form-inline > * + * {
	margin-left: .5rem
}

.table-form .input-group .input-datepicker {
	max-width: 6.667rem
}

.table-form .trow .input-datepicker {
	max-width: none
}

.icon-del-circle {
	width: 1.778rem;
	height: 1.778rem;
	background-image: url(../img/del_circle.svg);
	background-size: 98% auto
}

.trow .align-middle {
	border-right: 1px solid #e5e5e5;
	padding: 0 1rem
}

	.trow .align-middle + td {
		padding-left: .556rem
	}

.table-edit-btns {
	margin-top: 1.222rem
}

	.table-edit-btns .btn {
		width: 100%
	}

.icon-plus, .icon-minus {
	width: .667rem;
	height: .667rem;
	background-image: url(../img/plus.svg);
	vertical-align: middle;
	margin-top: -.25rem
}

.icon-minus {
	background-image: url(../img/minus.svg)
}

.textarea {
	position: relative
}

	.textarea .letter {
		position: absolute;
		right: 0;
		top: 100%;
		margin-top: .375rem;
		font-size: .833rem;
		line-height: 1rem;
		color: #999;
		letter-spacing: 0
	}

.gradecode .form-control {
	max-width: 3.333rem;
	padding: .25rem;
	text-align: center
}

.application-end .frm-apply.frm-apply-human {
	border: 0;
	padding-top: 0
}

.application-end .col-form-label {
	padding-top: 0;
	padding-bottom: 0;
	font-size: .889rem
}

.application-end .form-control-plaintext {
	font-size: .889rem;
	padding: 0
}

.application-end [data-toggle="collapse"] {
	display: flex;
	height: 3.5em;
	padding: 0 1.5em;
	align-items: center;
	background: #F6F6F6;
	border: 1px solid #E1E1E1
}

.application-end .collapsed[data-toggle="collapse"] {
	margin-bottom: -2rem
}

.application-end [data-toggle="collapse"] .icon-collapse {
	margin-left: auto
}

.edit-btn-area {
	margin: 1.667rem 0 1.111rem;
	text-align: right
}

	.edit-btn-area .btn {
		font-size: .889rem;
		padding: .5em 1.5em
	}

.application-end .collapsing {
	transition: none
}

.application-end .table th, .application-end .table td {
	font-size: .889rem;
	height: 3.333rem
}

.application-end .table td {
	height: 2.944rem;
	font-weight: 400;
	padding: .778rem .556rem;
	vertical-align: top
}

.application-end .frm-apply {
	padding-top: 1rem
}

.application-end .form-group {
	margin-bottom: 1rem
}

	.application-end .form-group .custom-control {
		margin-top: .1rem
	}

.application-end .textarea {
	border: 1px solid #DCDCDC;
	padding: .75rem;
	font-size: .889rem;
	height: 6rem;
	overflow-y: auto
}

/* 이용약관 */
.page-ft h3,
.page-ft h5 {
	margin: 1em 0
}

@media (min-width: 768px) {
	.modal-alert .btn, .modal-footer .btn {
		font-size: 1rem;
		padding: .889em
	}

	.modal-footer .form-row {
		width: 100%;
		justify-content: center
	}

	.modal-footer .btn {
		width: 73%;
		max-width: 260px
	}

	.srch-sort {
		display: inline-block;
		vertical-align: top;
		width: 150px;
		margin-right: 1rem
	}

	.srch-group {
		display: inline-flex;
		vertical-align: top;
		width: 360px
	}

	.business-title {
		background-position: right 10% bottom 18% !important
	}

	/* recruit */
	.recruit-header {
		position: relative;
		padding-right: 12rem
	}

	.meta-btn {
		position: absolute;
		right: 0;
		top: .2rem
	}

		.meta-btn .btn {
		}

	.recruit-step {
		margin-bottom: 6.66%
	}

		.recruit-step .col:not(:first-child):before {
			content: '';
			position: absolute;
			width: .667rem;
			height: 1.333rem;
			background: url(../img/step_arr.svg) no-repeat 50% 50%/100% auto;
			top: 50%;
			right: 100%;
			margin: -1.667rem -.333rem 0 0
		}

	.content .h1, .co-goal .h1 {
		font-size: 2.444rem
	}

	.grade-system:before {
		content: '';
		position: absolute;
		top: 1.6111rem;
		left: 11px;
		right: 11px;
		border-top: 1px solid #D2D9DF
	}

	.grade-system.rank {
		margin: 0 -11px
	}

		.grade-system.rank .col {
			margin: 0 11px
		}

	.grade-system .col:not(.year) {
		flex: 1 0 10%
	}

	/* customer */
	.cs-txt {
		display: flex;
		align-items: center
	}

		.cs-txt .text-primary {
			margin-top: 0
		}

	.well {
		margin: 1.111rem 0 3.333rem
	}

	.cs-bx {
		display: flex;
		align-items: center;
		justify-content: center
	}

		.cs-bx .btn {
			margin-top: 2.222rem
		}

	.cs-link {
		font-size: 1.222rem
	}

	/* public */
	.co-goal .h5 {
		position: relative
	}

		.co-goal .h5:before {
			content: '';
			position: absolute;
			bottom: 0;
			top: 12.999rem;
			left: 50%;
			width: 100vw;
			margin-left: -50vw;
			background: rgba(0,75,158,.68)
		}

	/* application */
	.entercode .form-control.mx {
		margin-right: 1.5rem
	}

	.entercode .form-control:not(.mx) {
		max-width: 6.667rem;
		margin-left: .25rem
	}

	.application-end [data-toggle="collapse"] {
		height: 4em
	}

	.edit-btn-area .btn {
		width: 10rem;
		padding: .75em 1.5em
	}
}

@media (min-width: 992px) {
	/* Footer */
	.ft {
		display: flex;
		flex-wrap: wrap
	}
	/* content */
	.breadcrumb-item + .breadcrumb-item::before {
		display: none
	}

	.breadcrumb-item .dropdown, .breadcrumb-item .dropdown-toggle {
		height: 100%;
		color: #fff
	}

	.breadcrumb-item .dropdown-toggle { /* width: 10.5rem */
	}

		.breadcrumb-item .dropdown-toggle::after {
			background-image: url(../img/sub_dropdown.svg);
			width: .5rem
		}

	.breadcrumb-item .dropdown > a {
		display: none;
	}

	/* company */
	.introduce {
		column-count: 2;
		column-gap: 2.611em
	}

	.vision-group {
		margin-top: -353px;
		justify-content: center
	}

		.vision-group .col-lg {
			height: 353px;
			padding: 60px 230px 0
		}

	.loc-info .dsc {
		font-size: 1.111rem
	}

		.loc-info .dsc > dt {
			padding-right: 1em
		}

	#map .root_daum_roughmap {
		padding-bottom: 51.66%
	}

	.history:before {
		content: '';
		position: absolute;
		top: .9rem;
		left: 50%;
		bottom: 0;
		border-left: 1px solid #e60012
	}

	.history-section {
		display: flex;
		flex-wrap: wrap
	}

		.history-section .col-lg-6 {
			padding: 0 6.25%
		}

	.history-group {
		padding: 0 25px
	}

		.history-group .year:before, .performance-item .history-item > b:before {
			left: calc((25px + .1875em) * -1)
		}

	.flex-row-reverse .history-title {
		box-shadow: -20px 0 40px rgba(0,112,195,.23)
	}

		.flex-row-reverse .history-title:before {
			margin: 1.25em 0 0 1.25em
		}

		.flex-row-reverse .history-title:after {
			margin: .75em 0 0 .75em
		}

	.flex-row-reverse .history-group {
		text-align: right
	}

	.flex-row-reverse .history-item {
		padding-left: 0;
		padding-right: 2.273em
	}

		.flex-row-reverse .history-item b {
			float: right;
			margin-left: 0;
			margin-right: -1.923em
		}

	.flex-row-reverse .history-group .year:before {
		left: auto;
		right: calc((25px + .1875em) * -1)
	}

	.performance-group > li {
		display: flex;
		align-items: flex-start
	}

	.performance-group .year {
		position: relative;
		flex-basis: 400px;
		min-width: 400px;
		padding: 0 60px
	}

	.performance-item {
		padding: 0 25px
	}

		.performance-item .history-item {
			font-size: 1.222rem
		}

	/* business */
	.business-header {
		display: flex;
		flex-wrap: wrap;
	}

	.business-title {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 420px;
		flex-basis: 640px;
		min-width: 640px;
		margin-top: 40px;
		position: relative;
		z-index: 1;
		font-size: 1.056rem
	}

	.business-image {
		position: relative;
		flex: 1
	}

		.business-image > img {
			position: absolute;
			top: 0;
			right: 30px
		}

		.business-image .txt {
			position: absolute;
			writing-mode: tb-rl;
			left: 0;
			top: 0;
			right: 0;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: 500;
			letter-spacing: 0
		}

	.srch-sort {
		width: 200px
	}

	.srch-group {
		width: 420px
	}

	/* public */
	.video-view .row {
		align-items: center;
		margin: 0;
		padding: 0 3.333rem 20px
	}

	.video-view .col-lg-6 {
		padding: 0
	}

	.video-view .video-view-text {
		padding-left: 7.5%
	}

	.desc {
		display: flex;
		flex-wrap: wrap;
		font-size: 1.111rem;
		line-height: 1.6rem;
		margin: 3.333rem 0
	}

		.desc > dt {
			flex-basis: 21.666%;
			max-width: 21.666%;
			min-width: 21.666%
		}

		.desc > dd {
			flex: 1
		}

	.co-worth-value .col-lg-6 {
		position: static;
		display: flex;
		height: 500px;
		flex-direction: column;
		justify-content: center
	}

	.co-worth-value > img {
		position: absolute;
		top: 0;
		left: 50%
	}

	.co-worth-value + .co-worth-value > img {
		left: auto;
		right: 50%
	}

	.logo-list img {
		max-height: 320px
	}

	/* recruit */
	.frm {
		padding: 2.222rem 0
	}

		.frm .form-group {
			display: flex;
			flex-wrap: wrap;
			margin-bottom: 10px
		}

		.frm .col-form-label {
			flex-basis: 160px;
			max-width: 160px;
			line-height: 1.5rem;
			padding-top: .639rem;
			font-size: .889rem
		}

			.frm .col-form-label + div {
				flex: 1
			}

	.recruit-step {
		font-size: 1.111rem
	}

	.frm-bx .col-form-label {
		flex-basis: 120px;
		max-width: 120px
	}

	.apply-btns-wrap {
		margin: 0 -10px
	}

		.apply-btns-wrap > .col-6 {
			padding: 0 10px
		}

	.frm .btn {
		font-size: .889rem
	}

	/* application */
	.fixed-btn-wrap .btn {
		font-size: 1.222rem
	}

	.frm-apply-human {
		display: flex;
	}

	.human-form {
		flex: 1;
		padding-left: 4.16666%
	}
}

@media (min-width: 1200px) {
	/* header */
	#hd {
		text-align: center
	}

		#hd .navbar-nav {
			height: 98px;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			white-space: nowrap;
		}

		#hd .nav-item {
			width: 5.5rem;
		}

			#hd .nav-item > a {
				line-height: 98px;
			}

				#hd .nav-item > a:before {
					content: '';
					position: absolute;
					bottom: 0;
					left: 0;
					right: 0;
					border-top: 2px solid #e60012;
					transform: scaleX(0);
					transition: transform .3s
				}

		#hd .on > a:before, #hd .active > a:before {
			transform: scaleX(1)
		}

	.open #gnb:before {
		content: '';
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		height: 301px;
		box-shadow: 0 5px 10px rgba(0,0,0,.05)
	}

	.hd-logo {
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%)
	}

	.btn-depth {
		display: none
	}

	#gnb {
		display: inline-block !important;
		vertical-align: top;
/* 		margin-right: 2.5rem */
		margin-left: 10rem;
	}

	.depth {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 300px;
		text-align: center;
		display: none !important
	}

		.depth li {
			margin-top: .722rem
		}

	.on .depth {
		background: #F8F8F8
	}

	.util {
		right: 15px
	}

	#hd.open .depth {
		display: block !important
	}

	.gnb-util {
		display: none
	}

	/* content */
	#content {
		padding-bottom: 120px
	}

	.breadcrumb-item .dropdown-toggle { /* width: 12.222rem; */
		padding-left: 1.667rem;
		font-size: .889rem;
	}

		.breadcrumb-item .dropdown-toggle::after {
			right: 1.667rem
		}

	.breadcrumb-item .dropdown-item {
		padding: 0 1.667rem
	}

	/* company */
	.history-item {
		font-size: 1.222rem
	}

	.flex-row-reverse .history-title {
		margin-left: 3em
	}

	.performance {
		margin-bottom: -120px;
		padding-bottom: 60px
	}

	/* public */
	.logo-list {
		margin-left: -30px;
		margin-right: -30px
	}

		.logo-list > .col-lg-6 {
			padding-left: 30px;
			padding-right: 30px
		}

		.logo-list .h4 {
			padding-bottom: 60px
		}

	.co-worth-value .txt {
		white-space: nowrap
	}

	/* recruit */
	.recruit-box {
		margin: 0 -20px
	}

		.recruit-box > .col-md-6 {
			padding: 0 20px
		}
}

@media (max-height: 910px) and (min-width: 1200px) {
}


@media (min-width: 1440px) {
	#hd .nav-item {
		width: 7rem;
	}

	#gnb {
		margin-right: 0
	}

	.util { /* font-size: 1rem */
	}

	.util {
		right: 30px
	}

	.hd-logo {
		left: 30px
	}

	/* public */
	.video-view .swiper-button-prev {
		left: auto;
		right: 100%
	}

	.video-view .swiper-button-next {
		right: auto;
		left: 100%
	}
}

@media (min-width: 1600px) {
	#hd .nav-item {
		width: 8.5rem
	}
}

@media (max-width: 1199.98px) {
	/* header */
	#hd > .container {
		height: 80px;
		display:inherit;
		align-items: center;
		justify-content: center
	}

	#ct {
		padding-top: 80px;
	}

	.hd-logo {
		width: 252px;
		height: 80px;
	}

	.util {
		position: absolute;
		left: 30px
	}

		.util > *:not(.lang) {
			display: none
		}

		.util .lang {
			border: 1px solid #cecece;
			border-radius: 2rem;
			padding: .25em 1em
		}

	.nav-open {
		overflow: hidden
	}

		.nav-open #wrap {
			position: fixed;
			left: 0;
			right: 0
		}

	.js-mn {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 120;
		width: 80px;
		height: 80px;
		background: none;
		border: 0;
		font-size: 0;
		line-height: 0;
		text-indent: -999em;
		color: inherit;
		outline: 0 !important
	}
	.language {
		display:block;
		right:50px;
	}

	.js-mn > span, .js-mn:after, .js-mn:before {
		content: "";
		position: absolute;
		left: calc((100% - 20px) / 2);
		top: 50%;
		width: 20px;
		border-top: 2px solid;
		margin-top: -1.5px;
		transition: transform .3s, opacity .3s;
		z-index: 100
	}

	.js-mn:before {
		margin-top: -8.5px;
		transform-origin: top right
	}

	.js-mn:after {
		margin-top: 5.5px;
		transform-origin: bottom right
	}

	.gnb-open .js-mn {
		color: #000
	}

		.gnb-open .js-mn:before {
			transform: rotate(-45deg);
			margin: -8px 0 0 -2px
		}

		.gnb-open .js-mn > span {
			opacity: 0
		}

		.gnb-open .js-mn:after {
			transform: rotate(45deg);
			margin: 5px 0 0 -2px
		}

	#gnb {
		overflow: hidden;
		overflow-y: auto;
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 110;
		width: 100%;
		max-width: 290px;
		background: #fff;
		transition: transform .2s ease-out;
		color: #222;
		transform: translateX(100%)
	}

	.gnb-open #gnb {
		transform: translateX(0)
	}

	.dim {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		background: rgba(0,0,0,.5);
		opacity: 0
	}

	.gnb-open .dim {
		opacity: 1
	}

	.gnb-util {
		display: flex;
		align-items: center;
		line-height: 80px;
		padding-left: 1.429rem
	}

	#hd .navbar-nav {
		overflow-y: auto;
		height: calc(100% - 80px);
		border-top: 1px solid #e7e7e7
	}

	#hd .nav-item {
		border-bottom: 1px solid #e7e7e7
	}

		#hd .nav-item > a {
			height: auto;
			padding: 0 1.429rem;
			line-height: 4.286rem;
			font-size: 1.214rem
		}

	.btn-depth {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4.286rem;
		background: url(../img/sub_dropdown_grey.svg) no-repeat center right 1.429rem/.786rem auto;
		border: 0;
		font-size: 0;
		color: transparent;
		transition: none
	}

	.depth {
		background: #f7f7f7;
		border-top: 1px solid #e7e7e7;
		padding: 1rem 1.429rem
	}

		.depth a {
			display: block;
			font-size: 1rem;
			line-height: 2.5rem
		}

	.open > a {
		color: #e60012;
		font-weight: 700
	}

	.open > .btn-depth {
		transform: scaleY(-1)
	}

	.depth3 {
		margin-left: 1rem
	}

	/* business */
	.media-list .media {
		padding: 4.1666% 0
	}

	.media-list .media-body {
		padding-left: 3.6363%
	}

	.media-list .h4 {
		margin-bottom: .5em
	}

	/* recruit */
	.talent {
		font-size: .889rem
	}

	/* public */
	.co-goal .col-md-4 br, .co-worth-value .txt br {
		display: none
	}
}

@media (max-width: 991.98px) {
	html {
		font-size: 16px
	}

	.swiper-pagination-bullet {
		width: 30px;
		height: 3px
	}

	.hr {
		margin-top: 3rem;
		margin-bottom: 3rem
	}

	/* Nav */
	.nav-tabs {
		border-bottom: 1px solid #e5e5e5;
		margin: 0 -1.429rem 6.66%;
		flex-wrap: nowrap;
		padding-left: 1.429rem;
		overflow: hidden;
		overflow-x: auto
	}

		.nav-tabs .nav-item {
			margin-bottom: -1px
		}

			.nav-tabs .nav-item:last-child {
				padding-right: 1.429rem
			}

		.nav-tabs .nav-link {
			padding: .5em .75em
		}

		.nav-tabs:before {
			display: none
		}

	/* Layout */
	.container {
		padding-left: 1.429rem;
		padding-right: 1.429rem
	}

	#ct {
		padding-top: 60px
	}

	/* header */
	#hd > .container, .gnb-util {
		height: 60px;
		display: inherit;
	}

	.hd-logo {
		width: 189px;
		height: 60px;
	}

	.js-mn {
		width: 60px;
		height: 60px
	}
	.language {
		display: block;
		right: 40px;
	}
	.util {
		left: 1.429rem
	}

	#hd .navbar-nav {
		height: calc(100% - 60px)
	}

	/* footer */
	.ft {
		flex-direction: column;
		align-items: center;
		padding: 2.8rem 1.429rem;
		text-align: center
	}

	.fnb {
		margin: 1.429rem 0;
		justify-content: center;
		font-size: 14px;
	}

	.ft-info-txt {
		margin-top: 1.429rem;
	}

	.ft-info-txt {
		line-height: 1.7;
		margin-bottom: 1.429rem;
		font-size: 14px;
	}

		.ft-info-txt .split {
			font-size: 0;
			margin: 0;
			display: block
		}

	.ft-side {
		display: flex;
		align-items: center;
		margin-top: 0px;
	}

	/* content */
	.sub-navi .container {
		padding: 0
	}

	.sub-header:before {
		height: 12rem
	}

	.icon-home {
		width: 60px;
		height: 60px
	}

	.breadcrumb-item a {
		height: 60px;
		line-height: 60px;
		color: #fff;
	}

	.breadcrumb-item .dropdown-toggle {
		width: auto;
		height: 60px;
		padding: 0 .5em;
		color: #fff;
		pointer-events: none;
		display: none;
	}

	.breadcrumb-item .dropdown > a {
		display: block;
	}

	.breadcrumb-item + .breadcrumb-item::before {
		display: none;
	}

	.breadcrumb-item .dropdown-toggle::after, .breadcrumb-item:first-child + .breadcrumb-item::before {
		display: none
	}

	.sub-navi .btn-sm {
		display: none
	}

	.ft-side .btn {
		line-height: calc(2.667rem - 2px);
		padding: 0 1em;
		font-size: 1rem;
		margin-right: .5rem
	}

	/* company */
	.history-group:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: .3rem;
		top: .9rem;
		border-left: 1px solid #e60012
	}

	.history-title {
		margin: 1em auto 2em;
		font-size: 2rem
	}

	.performance-item .history-item:before {
		display: none
	}

	.performance-title {
		font-size: 2rem
	}

	.performance-group .year {
		font-size: 1.778rem;
		margin-bottom: 1rem
	}

		.performance-group .year:after {
			margin-left: 20px
		}

	/* public */
	.video-view-text {
		padding: 2.222rem 15px 5.555rem
	}

	.video-view .swiper-button-prev, .video-view .swiper-button-next {
		top: auto;
		bottom: 0;
		box-shadow: none;
		border: 1px solid #e5e5e5
	}

	.video-view .swiper-button-next {
		right: auto;
		left: 3.833rem
	}

	.desc {
		margin: 2.5rem 0
	}

	.btn-float-circle {
		width: 3.6rem;
		height: 3.6rem;
		bottom: -1.8rem
	}

	.colorbox {
		margin-bottom: .5rem
	}

	.bi-rule > img {
		margin: 2rem 2rem 0 0
	}

	.co-worth-value > img {
		width: 100%
	}

	.row.co-worth-value .col-lg-6 {
		padding: 2.222rem 7%
	}

	.co-worth-value .txt {
		max-width: 360px
	}

	/* recruit */
	.talent {
		padding: 2rem 0
	}

		.talent > .col-6 {
			padding: 1.5rem 0;
			white-space: nowrap
		}

	.grade-system .row {
		margin: 0 -2px !important
	}

	.grade-system .col-6 {
		padding: 0 2px !important
	}

	.grade-system .text-primary {
		font-size: 12px
	}

	.termbx .term, .alert {
		padding: 1rem
	}

	/* application */
	.frm-sect {
		margin: 2rem 0
	}

	.application .alert {
		margin-bottom: 2rem
	}

	.frm.frm-bx .form-group > .form-row .col-lg-5 {
		margin-top: .5rem
	}

	/* application */
	.human-image {
		margin: 0 auto 2.222rem
	}

	.application-end .collapsed[data-toggle="collapse"] {
		margin-bottom: -1rem
	}
}

@media (max-width: 767.98px) {
	html {
		font-size: 14px
	}

	body {
		font-size: 1.071rem
	}

	.nav-tabs {
		margin-bottom: 2.5rem
	}

	.row:not(.no-gutters) {
		margin-left: -8px;
		margin-right: -8px
	}

		.row:not(.no-gutters) > [class*=col] {
			padding-left: 8px;
			padding-right: 8px
		}

	.form-row {
		margin-left: -2px;
		margin-right: -2px
	}

		.form-row > [class*=col] {
			padding-left: 2px;
			padding-right: 2px
		}

	.table th, .table td {
		height: 3rem
	}

	/* content */
	.sub-title {
		font-size: 25px;
	}

	.nav-ct > a {
		font-size: 1.25rem
	}

	.display-1 {
		font-size: 2.733rem
	}

	.display-2 {
		font-size: 30px
	}

	.display-3 {
		font-size: 2.067rem
	}

	.h1 {
		font-size: 1.8rem
	}

	.h2 {
		font-size: 1.7rem
	}

	.h3 {
		font-size: 1.45rem
	}

	.h4, .content-title {
		font-size: 1.356rem
	}

	.h5 {
		font-size: 1.233rem
	}

	.h6 {
		font-size: 1rem
	}

	.content-text {
		font-size: 1.1rem
	}

	/* business */
	.table-data th {
		padding-right: .887rem
	}

	.list-hd .total {
		order: 2;
		margin-top: 2rem
	}

	.list-srch {
		width: 100%
	}

	.media-list .media {
		padding: 1.5rem 0
	}

	.business-header {
		padding-bottom: 2rem;
		font-size: .857rem
	}

	.business-title {
		padding-bottom: 7%
	}

	/* public */
	.video-list .h5 {
		margin-bottom: 20px;
		font-size: 1.111rem
	}

	.co-goal {
		padding-bottom: 2.5rem
	}

		.co-goal img {
			margin-bottom: 1.5rem
		}

		.co-goal .col-md-4 {
			padding-bottom: 1rem
		}

			.co-goal .col-md-4 br {
				display: block
			}

	.co-worth .bx {
		padding: 2rem 1.5rem;
		margin-top: -3.5rem;
		margin-bottom: 1.5rem
	}

	/* board */
	.list-srch {
		display: flex;
		flex-wrap: wrap
	}

	.srch-sort {
		flex-basis: 90px;
		max-width: 90px;
		margin-right: 4px
	}

	.srch-group {
		flex: 1
	}

	.table-board {
		margin: 1rem 0
	}

		.table-board thead, .table-board .none {
			display: none
		}

		.table-board, .table-board tbody, .table-board tr, .table-board td {
			display: block
		}

			.table-board td {
				height: auto;
				border: 0;
				text-align: left;
				padding: .278rem 0
			}

			.table-board tr {
				position: relative;
				padding: 1rem 0
			}

				.table-board tr + tr {
					border-top: 1px solid #e5e5e5
				}

			.table-board .inline {
				display: inline-block;
				vertical-align: top
			}

	.board-title {
		font-size: 1.111rem;
		align-items: flex-start;
	}

		.board-title .tit {
			display: -webkit-box;
			overflow: hidden;
			max-width: 100%;
			max-height: 2.8em;
			line-height: 1.4em !important;
			text-overflow: ellipsis;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			word-wrap: break-word;
			word-break: break-all;
			white-space: normal
		}

		.board-title .new {
			margin-top: .2rem
		}

	.label {
		width: auto;
		margin: -.1rem 0 0 .4rem;
		padding: 0 .4rem;
		line-height: 1.5rem;
		vertical-align: middle
	}

	.view-header .h3 {
		line-height: 2rem
	}

	.view-header .label {
		margin: -.1rem .4rem 0 0
	}

	.view-file {
		padding: .556rem
	}

	.view-paging > li > * {
		padding: 0 .556rem;
		font-size: 1rem
	}

	/* recruit */
	.recruit-header .btn {
		margin-top: 1rem;
		display: block
	}

	.sect {
		margin-bottom: 1.111rem
	}

	.termbx {
		margin-bottom: 2.222rem
	}

	.recruit-box > .col-md-6 {
		margin-top: 1.111rem
	}

	.recruit-step > .col {
		margin-bottom: 1rem;
		flex-basis: 33.333%;
		max-width: 33.333%
	}

	.ideo {
		margin-bottom: 2.5rem;
		padding: 2.5rem 0
	}

	.content {
		padding: 2.5rem 0
	}

	.grade-system {
		display: block;
		text-align: center
	}

		.grade-system:not(.rank):before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 50%;
			border-left: 1px solid #D2D9DF
		}

		.grade-system .col:not(.year) {
			max-width: none
		}

		.grade-system .year {
			display: inline-block;
			vertical-align: top;
			width: auto;
			flex: 0 0 auto;
			line-height: 2rem;
			transform: translateX(100%)
		}

		.grade-system.rank > .col:not(:first-child) {
			margin-top: .5rem
		}

		.grade-system.rank .text-primary {
			display: inline-block;
			vertical-align: top
		}

	.benefit-group {
		margin: 2rem 0
	}

		.benefit-group .font-mont {
			font-size: 2.2rem
		}

		.benefit-group .tit {
			font-size: 1.4rem
		}

	/* customer */
	.cs-bx {
		margin: 2.5rem 0
	}

		.cs-bx img {
			display: none
		}

	/* application */
	.apply-step > li {
		padding-bottom: 2rem
	}

	.apply-step .h6 {
		display: none
	}

	.apply-step > li.active ~ li .font-mont {
		color: #ccc
	}

	.apply-step .font-mont > span {
		display: none
	}

	.frm-apply .form-control.mx {
		max-width: none
	}

	.table-form td {
		padding-left: .25rem;
		padding-right: .25rem
	}

	.entercode .form-control.mx {
		flex-basis: 100%;
		min-width: 100%
	}

	.entercode .form-control:not(.mx) {
		margin-top: .5rem
	}
}

@media (max-width: 575.98px) {
	body {
		font-size: 1rem
	}

	.modal-header {
		font-size: .889rem
	}

	.vision-group > li {
		margin: 1.5rem 0 2.5rem
	}

	.media-list .media {
		flex-wrap: wrap
	}

	.media-image {
		width: 100%;
		max-width: none
	}

	.media-list .media-body {
		flex-basis: 100%;
		min-width: 100%;
		padding: 1.5rem 0 0
	}

	.business-text {
		font-size: .929rem;
		margin-bottom: 3rem
	}

	/* customer */
	.qna-list .q, .qna-list .a {
		margin-right: .556rem
	}

	/* recruit */
	.grade {
		padding: 1.5rem 1.111rem
	}

	/* application */
	.human-image {
		width: 125px
	}

	.application {
		margin-bottom: 2rem
	}

		.application .form-group {
			margin-bottom: 1rem
		}

	.application-end .frm-apply {
		padding-bottom: .5rem
	}

	.application-end .form-group {
		margin-bottom: .5rem
	}

	.frm-apply .form-group .form-text {
		position: static;
		margin-bottom: -.5rem
	}

	.frm-apply {
		padding-bottom: .667rem
	}

	.emailcode select.form-control {
		min-width: 100%;
		margin: .5rem 0 0 0 !important
	}

	.icon-next-wh, .icon-prev-wh {
		display: none
	}

	.frm-sect .h6 > small {
		display: block
	}
}

@media (max-width: 359.98px) {
	html {
		font-size: 12px
	}
}



.slick-loading .slick-list {
	background: #fff url(../images/plugins/loading.gif) center center no-repeat
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1
}

	.slick-list:focus {
		outline: 0
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand
	}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

	.slick-track:after, .slick-track:before {
		display: table;
		content: ''
	}

	.slick-track:after {
		clear: both
	}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-next, .slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	margin-top: -16px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	z-index: 5
}

	.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
		color: transparent;
		outline: 0;
		background: 0 0
	}

	.slick-next.slick-disabled, .slick-prev.slick-disabled {
		opacity: .3
	}

.slick-prev {
	left: -36px
}

[dir=rtl] .slick-prev {
	right: -36px;
	left: auto
}

.slick-next {
	right: -36px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -36px
}

.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
	z-index: 5
}

	.slick-dots li {
		position: relative;
		display: inline-block;
		margin: 0 3px;
		width: 10px;
		height: 10px;
		padding: 0;
		cursor: pointer
	}



.video-pop {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}

	.video-pop .pop-bg {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.8);
	}

	.video-pop .pop-box {
		width: 1020px;
		height: 575px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		background: #000;
		box-sizing: border-box;
	}

		.video-pop .pop-box .close {
			width: 24px;
			height: 24px;
			position: absolute;
			right: 0px;
			top: -40px;
			cursor: pointer;
		}

		.video-pop .pop-box .video {
			width: 100%;
			height: 100%;
		}
/* Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â¼Â¹Ã§Âªâ€” */
.image-pop {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	display: none;
}

	.image-pop .pop-bg {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.8);
	}

	.image-pop .pop-box {
		width: 1200px;
		height: 900px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		background: #000;
		box-sizing: border-box;
	}

		.image-pop .pop-box .close {
			width: 24px;
			height: 24px;
			position: absolute;
			right: 20px;
			top: 20px;
			cursor: pointer;
			z-index: 9;
		}

		.image-pop .pop-box .pic-box {
			width: 100%;
			height: 100%;
			position: relative;
			overflow: hidden;
		}

			.image-pop .pop-box .pic-box .pic-list {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				display: none;
			}

				.image-pop .pop-box .pic-box .pic-list.active-pic {
					display: block;
				}

				.image-pop .pop-box .pic-box .pic-list img {
					opacity: 0;
					width: 100%;
					height: 100%;
				}

	.image-pop .btn {
		width: 60px;
		height: 60px;
		background: #919797;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		cursor: pointer;
	}

		.image-pop .btn img {
			width: 15px;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			-o-transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
		}

	.image-pop .pre-btn {
		left: 0;
	}

	.image-pop .next-btn {
		right: 0;
	}


/*product*/
.ny_menu {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	height: 60px;
	overflow: hidden;
	margin-top: 20px;
}

	.ny_menu ul {
		display: inline-block;
		line-height: initial;
	}

		.ny_menu ul li {
			float: left;
			position: relative;
			line-height: 30px;
		}

			.ny_menu ul li.cur::after {
				content: "";
				width: 100%;
				height: 7px;
				position: absolute;
				left: 0px;
				bottom: 0px;
				background: url(../images/menu_bg.png) repeat-x center;
				z-index: 10;
			}

			.ny_menu ul li a {
				display: block;
				padding: 15px;
			}

				.ny_menu ul li a:link, .ny_menu ul li a:visited {
					font-size: 24px;
					color: #111;
					font-weight: bold;
				}

			.ny_menu ul li.cur a, .ny_menu ul li.cur a:link, .ny_menu ul li.cur a:visited {
				color: #e60012;
			}

			.ny_menu ul li a:hover {
				color: #e60012;
			}

.pro-list {
	padding: 50px 0px;
	height: auto;
	overflow: hidden;
}

	.pro-list ul li {
		float: left;
		height: auto;
		border-left: 1px solid #cfcfcf;
		margin-top: 90px;
		padding: 0px 22px;
	}

		.pro-list ul li h3 {
			font-size: 24px;
			line-height: 24px;
			color: #111;
			font-weight: bold;
		}

		.pro-list ul li h6 {
			font-size: 16px;
			line-height: 20px;
			color: #414040;
			font-weight: initial;
			margin-top: 20px;
		}

		.pro-list ul li .pro-img {
			margin-top: 70px;
			transition: all .3s linear;
		}

		.pro-list ul li img {
			display: block;
			width: 100%;
		}

		.pro-list ul li:hover .pro-img {
			transform: translateY(-30px);
		}

		.pro-list ul li:hover h3, .pro-list ul li:hover h6 {
			color: #e60012;
		}

/*pro detail*/
.detail {
	padding: 80px 0px;
	height: auto;
	overflow: hidden;
	position: relative;
}

	.detail .container .container {
		padding: 0px;
	}

.share-box {
	position: absolute;
	width: 50px;
	left: 10%;
	top: 10%;
	z-index: 1;
}

#share_more, #share_weixin, #share_tsina, #share_copy {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-image: none;
	border: 1px solid #e60012;
	border-radius: 50px;
	color: #e60012;
	text-align: center;
	padding: 0px;
	opacity: .8;
	transition: all .3s linear;
}

#bd_share a:hover {
	opacity: 1;
}

.detail img {
	max-width: 100%;
}

.detail h1.tit {
	font-size: 43px;
	font-weight: bold;
	color: #111;
	line-height: 50px;
	text-align: center;
	padding: 0px 20px;
}

.detail h6.num {
	font-size: 16px;
	color: #646464;
	font-weight: initial;
	text-align: center;
	line-height: 17px;
	padding: 10px;
	margin-top: 20px;
}

	.detail h6.num ul {
		display: inline-block;
	}

		.detail h6.num ul li {
			padding: 0px 10px;
			display: inline-block;
			border-left: 1px solid #646464;
			margin: 5px 0px;
		}

			.detail h6.num ul li:first-child {
				border: 0px;
			}

.pro-swiper {
	margin-top: 50px;
}

.detail .pro-swiper {
	padding-bottom: 80px;
	background-color: #eee;
}

	.detail .pro-swiper .swiper-button-next, .detail .pro-swiper .swiper-button-prev {
		background: #eee url(../img/swiper_basic.svg) no-repeat 52% 50%/.444rem auto;
	}

	.detail .pro-swiper .swiper-button-prev {
		left: -50px;
	}

	.detail .pro-swiper .swiper-button-next {
		right: -50px;
	}

.nypro-swiper .swiper-slide {
	text-align: center;
	cursor: pointer;
}

	.nypro-swiper .swiper-slide img {
		width: 640px;
		max-width: 100%;
	}

.detail .ny-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.detail .con-tit {
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	border-bottom: 1px solid #cdcdcd;
	margin: 10px 0px;
}


/*page prev next*/
.page-item {
	height: auto;
	overflow: hidden;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 30px 0px;
	font-size: 16px;
	color: #111;
}

	.page-item .news-prev {
		width: 50%;
		float: left;
		line-height: 30px;
		text-align: left;
	}

	.page-item .news-next {
		width: 50%;
		float: left;
		line-height: 30px;
		text-align: right;
	}

	.page-item a:link, .page-item a:visited {
		color: #111;
	}

	.page-item a:hover {
		color: #e60012;
	}

#product-swiper ul li {
	margin-top: 0px;
}

.pro-list .swiper-button-prev {
	left: -50px;
}

.pro-list .swiper-button-next {
	right: -50px;
}

#product-swiper ul li {
	border: 0px;
}

.detail .pro-list {
	padding-top: 90px;
}

/*news*/
#news-contents {
	border-top: 1px solid #cdcdcd;
	padding: 50px 0px;
	margin-top: 50px;
	line-height: 30px;
}

.about-contents {
	position: relative;
	padding: 50px 0px;
	line-height: 30px;
}

	.about-contents.bg_logo::after {
		top: 230px;
	}

.news-list {
	padding: 120px 0px;
}

	.news-list ul li {
		border-top: 2px solid #cdcdcd;
		border-bottom: 2px solid #cdcdcd;
		margin-top: -2px;
		position: relative;
		z-index: 0;
		padding: 50px 0px;
	}

		.news-list ul li:hover {
			border-top: 2px solid #e60012;
			border-bottom: 2px solid #e60012;
			z-index: 1;
		}

	.news-list p {
		color: #414040;
		font-size: 16px;
	}

		.news-list p i.fa-clock-o {
			margin-right: 10px;
		}

		.news-list p i.fa-eye {
			margin: 0px 10px;
		}

	.news-list h3 {
		color: #111;
		font-size: 24px;
		line-height: 30px;
		padding: 30px 0px;
	}

	.news-list h6 {
		display: block;
		height: 60px;
		overflow: hidden;
		color: #414040;
		font-size: 16px;
		line-height: 30px;
		font-weight: initial;
	}

	.news-list .more {
		width: 380px;
		height: 0px;
		line-height: 60px;
		text-align: center;
		overflow: hidden;
		font-size: 18px;
		color: #e60012;
		display: none;
		transition: all .3s linear;
	}

	.news-list ul li:hover h6 {
		display: none;
	}

	.news-list ul li:hover .more {
		height: 60px;
		border: 1px solid #e60012;
		display: block;
	}

	.news-list ul li:hover p {
		color: #e60012;
	}

	.news-list ul li:hover h3 {
		color: #e60012;
	}


.portfolio-header {
	display: flex;
	align-items: center;
	padding: 100px 0 2rem
}

.portfolio-wrap {
	padding: 110px 0px;
}

.portfolio-image {
	text-align: right;
	padding: 40px 0
}

	.portfolio-image img {
		width: 100%;
		max-width: 500px;
		transition: all .3s linear;
	}

.portfolio-wrap:hover img {
	transform: scale(1.2);
}

.portfolio-txt {
	background: #fff;
	max-width: 500px;
	height: 100%;
	box-shadow: 0px 1.667rem 2.222rem rgba(0,0,0,.15);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16% 10%
}

	.portfolio-txt .h3 {
		margin: .2em 0 1.2em
	}

.dsc dd {
	padding-bottom: 1em;
	font-size: .95em
}

.main-portfolio .bg {
	background: #eee;
	width: 36.45vw;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

.portfolio-swiper .swiper-slide-prev .portfolio-wrap {
	flex-direction: row-reverse
}

.portfolio-swiper .swiper-slide {
	height: auto
}

.btn-outline-dark {
	color: #111;
	border-color: #111;
}

	.btn-outline-dark:hover {
		color: #fff;
		background-color: #e60012;
		border-color: #e60012;
	}

.news-box {
	position: relative;
	height: auto;
	overflow: hidden;
	padding-top: 80px;
}

	.news-box::after {
		content: "";
		width: 36.4%;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #eee;
		z-index: -1;
	}

#question.news-box::after {
	display: none;
}

#download.news-box::after {
	display: none;
}

.news-box .title {
	font-size: 43px;
	line-height: 50px;
	font-weight: bold;
	color: #111;
	text-align: center;
}

/*down*/
.down-box {
	position: relative;
	background: url(../images/down_bg.jpg) center no-repeat;
	background-size: 100% 100%;
	padding-bottom: 90px;
	z-index: 0;
}

	.down-box .more-bt {
		color: #fff;
		border: 1px solid #fff;
		margin-top: 75px;
	}

		.down-box .more-bt::after {
			position: absolute;
			content: "";
			background-color: #f00;
			width: 0%;
			height: 100%;
			left: 0px;
			top: 0px;
			z-index: -1;
			transition: all .3s linear;
		}

		.down-box .more-bt:hover::after {
			width: 100%;
		}

	.down-box h1.tit {
		color: #fff;
		padding-top: 60px;
		padding-bottom: 40px;
		text-align: center;
	}

.down-list {
	height: auto;
	overflow: hidden;
}

	.down-list ul li {
		float: left;
		padding: 9px;
		transition: all .3s linear;
	}

		.down-list ul li:hover {
			transform: translateY(-10px);
		}

		.down-list ul li .down-item {
			width: 100%;
			height: auto;
			padding: 50px 40px;
			border-top: 5px solid #e60012;
			background-color: #fff;
		}

#download .down-list {
	margin-top: 50px;
}

	#download .down-list ul li .down-item {
		background-color: #f5f5f5;
	}

.down-list ul li h6 {
	font-size: 20px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
}

.down-list ul li .fa {
	font-size: 18px;
	margin-right: 12px;
}

.down-list ul li p {
	line-height: 36px;
	color: #646464;
}

.down-list ul li a, .down-list ul li a:link, .down-list ul li a:visited {
	font-size: 16px;
	color: #646464;
}

.down-list ul li:hover a:link, .down-list ul li:hover a:visited {
	color: #e60012;
}

.down-list ul li:hover p {
	color: #e60012;
}

.down-list ul li:hover h6 {
	color: #e60012;
}

/*answer*/
.answer-box {
	padding-bottom: 90px;
}

	.answer-box h1.tit {
		padding-top: 60px;
		padding-bottom: 40px;
		text-align: center;
	}

.answer-list {
	height: auto;
	overflow: hidden;
	border-top: 2px solid #cdcdcd;
	margin-top: 40px;
	margin-bottom: 80px;
}

#question .answer-list {
	margin-top: 50px;
}

.answer-list ul li {
	position: relative;
	width: 100%;
	height: 100px;
	border-bottom: 2px solid #cdcdcd;
	padding: 0px 160px;
}

	.answer-list ul li a {
		position: relative;
		display: block;
		width: 100%;
		height: 98px;
		line-height: 98px;
		font-size: 24px;
		color: #111;
		font-weight: bold;
	}

		.answer-list ul li a:link, .answer-list ul li a:visited {
			color: #111;
		}

	.answer-list ul li .fa {
		height: 98px;
		line-height: 98px;
	}

	.answer-list ul li .fa-commenting {
		position: absolute;
		left: 1px;
		top: 0px;
		color: #e60012;
		font-size: 40px;
	}

	.answer-list ul li .fa-long-arrow-right {
		position: absolute;
		right: 1px;
		top: 0px;
		color: #111;
		font-size: 25px;
	}

	.answer-list ul li a::before {
		content: "";
		position: absolute;
		left: 0px;
		bottom: -2px;
		z-index: 10;
		width: 100%;
		border-bottom: 4px solid #111;
	}

	.answer-list ul li a::after {
		content: "";
		position: absolute;
		left: 0px;
		bottom: -2px;
		z-index: 20;
		width: 0px;
		border-bottom: 4px solid #e60012;
		transition: all .3s linear;
	}

	.answer-list ul li:hover a:link, .answer-list ul li:hover a:visited {
		color: #e60012;
	}

	.answer-list ul li:hover a::after {
		width: 100%;
	}

	.answer-list ul li:hover .fa-long-arrow-right {
		color: #e60012;
	}


/*cases*/
.cases-box {
	padding-bottom: 90px;
}

	.cases-box h1.tit {
		padding-top: 80px;
		padding-bottom: 40px;
		text-align: center;
		line-height: 1.2;
	}

	.cases-box .cases-list {
		height: auto;
		overflow: hidden;
	}

		.cases-box .cases-list .cases-item {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			padding: 40px 0px;
			margin-top: 20px;
			cursor: pointer;
		}

			.cases-box .cases-list .cases-item .btn {
				margin-top: 10px;
			}

		.cases-box .cases-list .row-left, .cases-box .cases-list .row-right {
			height: auto;
			/* margin: 0 auto; */
			FLOAT: LEFT;
			padding: 10px;
		}

	.cases-box .cases-img {
		/* padding: 60px 0; */
		overflow: hidden;
	}

		.cases-box .cases-img img {
			display: block;
			width: 100%;
			transition: all .3s linear;
		}

	.cases-box .row-left .cases-img {
		position: relative;
	}

		.cases-box .row-left .cases-img .fa {
			position: absolute;
			left: 50%;
			top: 50%;
			z-index: 10;
			font-size: 50px;
			color: #b6b6b6;
			transform: translate(-50%,-50%);
		}

	.cases-box .left-box, .cases-box .right-box {
		width: 100%;
	}

.cases-item:hover .cases-img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	background-color: #000;
	opacity: .6;
}

.cases-item:hover .cases-img img {
	transform: scale(1.1);
}

.cases-box .row-left .left-box {
	float: left;
}

.cases-box .row-left .right-box {
	float: right;
}

.cases-box .row-right .left-box {
	float: right;
}

.cases-box .row-right .right-box {
	float: left;
}

.cases-box .row-right .cases-img {
	text-align: left;
}

.cases-txt {
	background: #fff;
	height: 100%;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16% 10%;
}


/*contact*/
#hr.detail {
	padding-bottom: 0px;
}

#hr .about-contents {
	padding-bottom: 0px;
}

.hr-sub-title {
	font-size: 16px;
	color: #646464;
	text-align: center;
}

.contact-box .tit {
	padding-top: 90px;
	padding-bottom: 40px;
	text-align: center;
}

.map-list {
	width: 100%;
	height: 540px;
	overflow: hidden;
	margin-top: 45px;
}

	.map-list .map {
		width: 50%;
		height: 100%;
		overflow: hidden;
		float: left;
	}

	.map-list .address {
		width: 50%;
		height: 100%;
		overflow: hidden;
		float: right;
		padding: 50px 90px;
		line-height: 33px;
		background-color: #eee;
		color: #646464;
	}

		.map-list .address .text-1 {
			font-size: 24px;
			line-height: 36px;
			color: #111;
			font-weight: bold;
		}

		.map-list .address .text-2 {
			font-size: 20px;
			font-weight: 400;
		}

.ewm-box {
	background: url(../images/contact_bg.jpg) center no-repeat;
	background-size: 100% 100%;
	height: auto;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 90px;
	line-height: 36px;
}

.ewm-list ul li {
	float: left;
	padding: 9px;
}

	.ewm-list ul li .ewm-item {
		height: 390px;
		background-color: #fff;
		border-top: 5px solid #e60012;
		text-align: center;
		padding: 60px 30px;
	}

		.ewm-list ul li .ewm-item img {
			max-width: 100%;
		}

		.ewm-list ul li .ewm-item .t1 {
			font-size: 24px;
			font-weight: bold;
			color: #111;
			line-height: 50px;
		}

			.ewm-list ul li .ewm-item .t1.mar-top {
				margin-top: 30px;
			}



.video_iframe {
	width: 100%;
	height: 100%;
}


.float-box {
	width: 120px;
	height: auto;
	overflow: hidden;
	position: fixed;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	background-color: #fff;
	border: 1px solid #e60012;
	border-radius: 3px;
}

.home-page .float-box {
	top: initial;
	transform: initial;
	bottom: 100px;
}

.float-box .f-top {
	width: 100%;
	height:36px;
	line-height: 36px;
	background-color: #e60012;
	color: #fff;
	padding-right: 10px;
	text-align: right;
}
.float-box .f-top i {
	cursor: pointer;
	border: 1px dashed #fff;
	padding: 0px 3px;
	border-radius: 3px;
}
.float-box .ewm-line {
	padding:10px;
}
.float-box .ewm-line img {
	display:block;
	width:100%;
}
.float-box .ewm-line p {
	text-align: center;
	font-size: 14px;
}
@media (max-width: 768px) {
	.float-box{
		display: none;
	}
}
